Skip to content

Commit

Permalink
[CI] Still banging around on build-images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Sep 18, 2023
1 parent eef1799 commit 111670a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-images/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function pack_image {
echo "Creating: $REPO:$TAG-jdk$v"
pack build --builder gcr.io/paketo-buildpacks/builder:base \
--path "$JAR" \
--trust-builder --verbose \
--env BP_JVM_VERSION=$v "$REPO:$TAG-jdk$v"
RC=$?
if ((RC!=0)); then
Expand Down

0 comments on commit 111670a

Please sign in to comment.