Skip to content

Commit

Permalink
Fix image publishing workflow after 1a43ef9 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Mar 19, 2024
1 parent 1a43ef9 commit 54b21b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/publish-ghcr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ pkgs.writeShellScriptBin "publish-ghcr" ''
TAGGED_IMAGE=''${GHCR_REGISTRY}/''${GHCR_IMAGE_NAME,,}:''${IMAGE_TAG}
nix run .#image.copyToRegistry \
docker://''${TAGGED_IMAGE}
nix run .#image.copyTo docker://''${TAGGED_IMAGE}
echo $GHCR_PASSWORD | ${pkgs.cosign}/bin/cosign \
login \
Expand Down

0 comments on commit 54b21b8

Please sign in to comment.