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 628cab0 commit cac875bCopy full SHA for cac875b
ci/build-docker-image.sh
@@ -54,7 +54,7 @@ docker_command=(
54
# if we are building on GitHub actions, we can also push the resulting image
55
# we skip pull request builds, though; regular branch builds will push the built images (if possible)
56
# also, skip Dependabot builds, it is not allowed to push images
57
-if [[ "${GITHUB_ACTIONS:-}" != "" ]] && [[ "${GITHUB_EVENT_NAME:-}" != "pull_request" ]] && [[ "${GITHUB_ACTOR:-}" != "dependabot" ]]; then
+if [[ "${GITHUB_ACTIONS:-}" != "" ]] && [[ "${GITHUB_EVENT_NAME:-}" != "pull_request" ]] && [[ "${GITHUB_ACTOR:-}" != "dependabot"* ]]; then
58
echo "Going to push built image"
59
docker_command+=(
60
--cache-to type=inline
0 commit comments