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
2424 docker buildx build --platform linux/arm64 --output=type=docker --progress=plain --tag nextflow/nextflow:${version} --build-arg TARGETPLATFORM=linux/arm64 .
2525
2626release : build
27- docker tag nextflow/nextflow:${version} nextflow/nextflow:latest
2827 docker push nextflow/nextflow:${version}
29- docker push nextflow/nextflow:latest
3028 #
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}
3531
3632# Static builds can now be found at:
3733#
You can’t perform that action at this time.
0 commit comments