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 694f2ac commit 0451fddCopy full SHA for 0451fdd
ci.sh
@@ -65,7 +65,7 @@ case "${ACTION}" in
65
docker-build-push)
66
if ! docker pull ${IMAGE}; then
67
make "docker-build^${MAL_IMPL:-${IMPL}}"
68
- if [ "${GITHUB_REF}" = "refs/heads/main" ]; then
+ if [ "${GITHUB_REF}" = "refs/heads/main" ] || [ "${GITHUB_REF}" = "refs/heads/ci-auto-build-push-docker-image" ]; then
69
docker push ${IMAGE}
70
fi
71
0 commit comments