Skip to content

Commit 515418f

Browse files
pdabelf5Copilot
andauthored
Update .github/scripts/pull-nap-images.sh
Co-authored-by: Copilot <[email protected]> Signed-off-by: Paul Abel <[email protected]>
1 parent 41db7cd commit 515418f

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)