Skip to content

Commit

Permalink
feat: add java image
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarkhwar committed Sep 7, 2024
1 parent 4406bd1 commit 35b9b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--build-arg "BASE_VERSION=${GITHUB_SHA}" \
--build-arg "JAVA_VERSION=${{ matrix.java-version }}" \
--cleanup \
--destination="$DOCKER_IMAGE_NAME":"${{ matrix.java-version }}-${GITHUB_SHA}" \
--destination="$DOCKER_IMAGE_NAME:${{ matrix.java-version }}-${GITHUB_SHA}" \
${{ env.KANIKO_CACHE_ARGS }} \
--push-retry 5
env:
Expand Down

0 comments on commit 35b9b06

Please sign in to comment.