Skip to content

Commit df5d1aa

Browse files
authored
Fixed image build typo (#1052)
Signed-off-by: Andy Tael <andy.tael@yahoo.com>
1 parent 545d43b commit df5d1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openjdk-base-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Update Existing Image
6161
id: update_image
6262
if: env.latest_digest != '' && steps.trivy_scan.outcome == 'failure'
63-
uses: ./.github/actions/process-image-open-jdk
63+
uses: ./.github/actions/process-image-openjdk
6464
with:
6565
src_image: ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
6666
dst_image: ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Push Updated Image
8080
if: steps.get_newest_digest.outcome != 'skipped' && env.latest_digest != env.newest_digest
81-
uses: ./.github/actions/process-image-open-jdk
81+
uses: ./.github/actions/process-image-openjdk
8282
with:
8383
src_image: ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
8484
dst_image: ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}

0 commit comments

Comments
 (0)