Skip to content

Commit

Permalink
Use public.cr.seqera.io in place of AWS ECR [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Sep 3, 2024
1 parent 96cb57c commit 5a01f27
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ build-arm: dist/docker/arm64
docker buildx build --platform linux/arm64 --output=type=docker --progress=plain --tag nextflow/nextflow:${version} --build-arg TARGETPLATFORM=linux/arm64 .

release: build
docker tag nextflow/nextflow:${version} nextflow/nextflow:latest
docker push nextflow/nextflow:${version}
docker push nextflow/nextflow:latest
#
docker tag nextflow/nextflow:${version} public.ecr.aws/seqera-labs/nextflow:${version}
docker tag nextflow/nextflow:${version} public.ecr.aws/seqera-labs/nextflow:latest
docker push public.ecr.aws/seqera-labs/nextflow:${version}
docker push public.ecr.aws/seqera-labs/nextflow:latest
docker tag nextflow/nextflow:${version} public.cr.seqera.io/nextflow/nextflow:${version}
docker push public.cr.seqera.io/nextflow/nextflow:${version}

#Static builds can now be found at:
#
Expand Down

0 comments on commit 5a01f27

Please sign in to comment.