We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22afb71 commit ec54b45Copy full SHA for ec54b45
ci.sh
@@ -70,7 +70,7 @@ docker-build-push)
70
make "docker-build^${MAL_IMPL:-${IMPL}}"
71
[ "${GITHUB_STEP_SUMMARY}" ] && \
72
echo "${MAL_IMPL:-${IMPL}} - built ${IMAGE}"
73
- if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
+ if [ "${GITHUB_REF}" = "refs/heads/main" ] || [ "${GITHUB_REF}" = "refs/heads/ci-auto-build-push-docker-image" ]; then
74
docker push ${IMAGE}
75
76
echo "${MAL_IMPL:-${IMPL}} - pushed ${IMAGE}"
0 commit comments