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.
2 parents be6fcf9 + 515418f commit 44b4b62Copy full SHA for 44b4b62
.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