File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.47.0
1+ 1.47.2
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 fi
166166 done
167167 else
168- if [ -n "$ REGISTRY_PUBLISH" ] && [ "$REGISTRY_PUBLISH " = "true" ]; then
168+ if [ "${ REGISTRY_PUBLISH:-} " = "true" ]; then
169169 TAG="${PACKAGE}-$(mktemp -u XXXXX | awk '{print tolower($0)}'):${VERSION}"
170170 pack -v buildpack package "${TAG}" ${CONFIG} --format "${FORMAT}" --publish
171171 else
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 fi
182182 done
183183 else
184- if [ -n "$ REGISTRY_PUBLISH" ] && [ "$REGISTRY_PUBLISH " = "true" ]; then
184+ if [ "${ REGISTRY_PUBLISH:-} " = "true" ]; then
185185 TAG="${PACKAGE}-$(mktemp -u XXXXX | awk '{print tolower($0)}'):${VERSION}"
186186 pack -v buildpack package "${TAG}" ${CONFIG} --format "${FORMAT}" --publish
187187 else
You can’t perform that action at this time.
0 commit comments