Skip to content

Commit 5a01f27

Browse files
committed
Use public.cr.seqera.io in place of AWS ECR [ci skip]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 96cb57c commit 5a01f27

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docker/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2626
release: 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
#

0 commit comments

Comments
 (0)