Skip to content

Commit

Permalink
Upload from test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 2, 2023
1 parent 0a7d667 commit c288b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ghcr-upload.sh
Expand Up @@ -2,7 +2,7 @@
#! nix-shell -i bash -p zstd -p oras
set -euox pipefail

if ! { [ "${GITHUB_REF:-}" == "refs/heads/master" ] || [[ "${GITHUB_REF:-}" = refs/heads/release* ]]; }; then
if ! { [ "${GITHUB_REF:-}" == "refs/heads/hkm/cardano-node-ghcr-test" ] || [[ "${GITHUB_REF:-}" = refs/heads/release* ]]; }; then
exit 0;
else
oras push ghcr.io/input-output-hk/devx:${IMAGE_FILE} ${IMAGE_FILE}
Expand Down

0 comments on commit c288b9d

Please sign in to comment.