Skip to content

Commit ec54b45

Browse files
committed
TEMP: push to ghcr.io for testing even on branch.
1 parent 22afb71 commit ec54b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ docker-build-push)
7070
make "docker-build^${MAL_IMPL:-${IMPL}}"
7171
[ "${GITHUB_STEP_SUMMARY}" ] && \
7272
echo "${MAL_IMPL:-${IMPL}} - built ${IMAGE}"
73-
if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
73+
if [ "${GITHUB_REF}" = "refs/heads/main" ] || [ "${GITHUB_REF}" = "refs/heads/ci-auto-build-push-docker-image" ]; then
7474
docker push ${IMAGE}
7575
[ "${GITHUB_STEP_SUMMARY}" ] && \
7676
echo "${MAL_IMPL:-${IMPL}} - pushed ${IMAGE}"

0 commit comments

Comments
 (0)