File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 37
37
38
38
- name : Create New Image
39
39
if : env.latest_digest == ''
40
- uses : ./.github/actions/process-image/action-base.yml
40
+ uses : ./.github/actions/process-image
41
41
with :
42
42
src_image : container-registry.oracle.com/graalvm/native-image:${{ matrix.base_version }}-${{ env.src_tag_suffix }}
43
43
dst_image : ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}-${{ env.src_tag_suffix }}
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/action-base.yml
63
+ uses : ./.github/actions/process-image
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 }}-${{ env.src_tag_suffix }}
77
77
78
78
- name : Push Updated Image
79
79
if : steps.get_newest_digest.outcome != 'skipped' && env.latest_digest != env.newest_digest
80
- uses : ./.github/actions/process-image/action-base.yml
80
+ uses : ./.github/actions/process-image
81
81
with :
82
82
src_image : ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
83
83
dst_image : ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}-${{ env.src_tag_suffix }}
Original file line number Diff line number Diff line change 36
36
37
37
- name : Create New Image
38
38
if : env.latest_digest == ''
39
- uses : ./.github/actions/process-image/action -openjdk.yml
39
+ uses : ./.github/actions/process-image-openjdk
40
40
with :
41
41
src_image : container-registry.oracle.com/java/openjdk:${{ matrix.base_version }}
42
42
dst_image : ghcr.io/${{ github.repository_owner }}/${{ env.dst_img }}:${{ matrix.base_version }}
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/action-openjdk.yml
63
+ uses : ./.github/actions/process-image-open-jdk
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/action-openjdk.yml
81
+ uses : ./.github/actions/process-image-open-jdk
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