File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,10 @@ build-arm: dist/docker/arm64
24
24
docker buildx build --platform linux/arm64 --output=type=docker --progress=plain --tag nextflow/nextflow:${version} --build-arg TARGETPLATFORM=linux/arm64 .
25
25
26
26
release : build
27
- docker tag nextflow/nextflow:${version} nextflow/nextflow:latest
28
27
docker push nextflow/nextflow:${version}
29
- docker push nextflow/nextflow:latest
30
28
#
31
- docker tag nextflow/nextflow:${version} public.ecr.aws/seqera-labs/nextflow:${version}
32
- docker tag nextflow/nextflow:${version} public.ecr.aws/seqera-labs/nextflow:latest
33
- docker push public.ecr.aws/seqera-labs/nextflow:${version}
34
- docker push public.ecr.aws/seqera-labs/nextflow:latest
29
+ docker tag nextflow/nextflow:${version} public.cr.seqera.io/nextflow/nextflow:${version}
30
+ docker push public.cr.seqera.io/nextflow/nextflow:${version}
35
31
36
32
# Static builds can now be found at:
37
33
#
You can’t perform that action at this time.
0 commit comments