Skip to content

Commit 0451fdd

Browse files
committed
TEMP: push to ghcr.io for testing even on branch.
1 parent 694f2ac commit 0451fdd

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
@@ -65,7 +65,7 @@ case "${ACTION}" in
6565
docker-build-push)
6666
if ! docker pull ${IMAGE}; then
6767
make "docker-build^${MAL_IMPL:-${IMPL}}"
68-
if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
68+
if [ "${GITHUB_REF}" = "refs/heads/main" ] || [ "${GITHUB_REF}" = "refs/heads/ci-auto-build-push-docker-image" ]; then
6969
docker push ${IMAGE}
7070
fi
7171
fi

0 commit comments

Comments
 (0)