Skip to content

Commit 44b4b62

Browse files
committed
Merge branch 'chore/nap-image-sync' of github.com:nginx/kubernetes-ingress into chore/nap-image-sync
2 parents be6fcf9 + 515418f commit 44b4b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/pull-nap-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker tag "${NGINX_REPO}"/waf-config-mgr:"${VERSION}" "${DEV_REPO}"/waf-config-
1515
docker tag "${NGINX_REPO}"/waf-enforcer:"${VERSION}" "${DEV_REPO}"/waf-enforcer:"${VERSION}"
1616
docker tag "${NGINX_REPO}"/waf-compiler:"${VERSION}" "${DEV_REPO}"/waf-compiler:"${VERSION}"
1717

18-
if [ "${DRY_RUN}" = true ]; then
18+
if [ "${DRY_RUN}" = "true" ]; then
1919
echo "Dry run enabled, not pushing images"
2020
exit 0
2121
fi

0 commit comments

Comments
 (0)