File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments