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 1, 2024
1 parent 694f2ac commit 0451fdd
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 @@ -65,7 +65,7 @@ case "${ACTION}" in
docker-build-push)
if ! docker pull ${IMAGE}; then
make "docker-build^${MAL_IMPL:-${IMPL}}"
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}
fi
fi
Expand Down

0 comments on commit 0451fdd

Please sign in to comment.