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 60
60
- name : Update Existing Image
61
61
id : update_image
62
62
if : env.latest_digest != '' && steps.trivy_scan.outcome == 'failure'
63
- uses : ./.github/actions/process-image-open-jdk
63
+ uses : ./.github/actions/process-image-openjdk
64
64
with :
65
65
src_image : ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
66
66
dst_image : ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
78
78
79
79
- name : Push Updated Image
80
80
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
82
82
with :
83
83
src_image : ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
84
84
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