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 41db7cd commit 515418fCopy full SHA for 515418f
.github/scripts/pull-nap-images.sh
@@ -15,7 +15,7 @@ docker tag "${NGINX_REPO}"/waf-config-mgr:"${VERSION}" "${DEV_REPO}"/waf-config-
15
docker tag "${NGINX_REPO}"/waf-enforcer:"${VERSION}" "${DEV_REPO}"/waf-enforcer:"${VERSION}"
16
docker tag "${NGINX_REPO}"/waf-compiler:"${VERSION}" "${DEV_REPO}"/waf-compiler:"${VERSION}"
17
18
-if [ "${DRY_RUN}" = true ]; then
+if [ "${DRY_RUN}" = "true" ]; then
19
echo "Dry run enabled, not pushing images"
20
exit 0
21
fi
0 commit comments