Skip to content

Commit ff8c19a

Browse files
paketo-botgithub-actions[bot]
authored andcommitted
Bump pipeline from 1.37.5 to 1.38.0
Bumps pipeline from 1.37.5 to 1.38.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4abed9a commit ff8c19a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/pipeline-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.37.5
1+
1.38.0

.github/workflows/pb-create-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
else
189189
pack -v buildpack package \
190190
"${PACKAGE}:${VERSION}" ${CONFIG} \
191-
--format "${FORMAT}"
191+
--format "${FORMAT}" $([ -n "$TTL_SH_PUBLISH" ] && [ "$TTL_SH_PUBLISH" = "true" ] && echo "--publish")
192192
fi
193193
env:
194194
PACKAGES: docker.io/paketobuildpacks/java-native-image gcr.io/paketo-buildpacks/java-native-image

.github/workflows/pb-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
else
174174
pack -v buildpack package \
175175
"${PACKAGE}:${VERSION}" ${CONFIG} \
176-
--format "${FORMAT}"
176+
--format "${FORMAT}" $([ -n "$TTL_SH_PUBLISH" ] && [ "$TTL_SH_PUBLISH" = "true" ] && echo "--publish")
177177
fi
178178
env:
179179
FORMAT: image

0 commit comments

Comments
 (0)