mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Fix the docker push job
After https://github.com/NixOS/nix/pull/10071, the CI was trying to push ghcr.io/nixos/nix:master for backwards-compatibility, but the image was not tagged as such, causing the job to fail. Fix this.
This commit is contained in:
parent
ba9b6b29b7
commit
089d91ed4c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -157,4 +157,5 @@ jobs:
|
||||
docker push $IMAGE_ID:$NIX_VERSION
|
||||
docker push $IMAGE_ID:latest
|
||||
# deprecated 2024-02-24
|
||||
docker tag nix:$NIX_VERSION $IMAGE_ID:master
|
||||
docker push $IMAGE_ID:master
|
||||
|
Loading…
Reference in New Issue
Block a user