Skip to content

Commit

Permalink
TEMP: push to ghcr.io for testing even on branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Aug 2, 2024
1 parent cda7520 commit 941b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docker-build-push)
else
make "docker-build^${MAL_IMPL:-${IMPL}}"
step_summary "${MAL_IMPL:-${IMPL}} - built ${IMAGE}"
if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
if [ "${GITHUB_REF}" = "refs/heads/main" ] || [ "${GITHUB_REF}" = "refs/heads/ci-auto-build-push-docker-image" ]; then
docker push ${IMAGE}
step_summary "${MAL_IMPL:-${IMPL}} - pushed ${IMAGE}"
fi
Expand Down

0 comments on commit 941b5c6

Please sign in to comment.