Skip to content

Commit

Permalink
Merge pull request #10071 from zimbatm/ci-default-tag
Browse files Browse the repository at this point in the history
ci default tag
  • Loading branch information
edolstra authored Feb 26, 2024
2 parents d83008c + 5598ce3 commit 7d9ae5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ jobs:
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
docker tag nix:$NIX_VERSION $IMAGE_ID:$NIX_VERSION
docker tag nix:$NIX_VERSION $IMAGE_ID:master
docker tag nix:$NIX_VERSION $IMAGE_ID:latest
docker push $IMAGE_ID:$NIX_VERSION
docker push $IMAGE_ID:latest
# deprecated 2024-02-24
docker push $IMAGE_ID:master

0 comments on commit 7d9ae5f

Please sign in to comment.