File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 build-iso :
6060 name : Build ISO
6161 needs : [set-env]
62- uses : AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v4
62+ uses : AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v5
6363 with :
6464 image-name : " ${{ needs.set-env.outputs.IMAGE_NAME }}"
6565 image : " ${{ needs.set-env.outputs.IMAGE_REF }}:${{ needs.set-env.outputs.LATEST_TAG }}"
Original file line number Diff line number Diff line change 6464
6565 build-image :
6666 name : Build image
67- uses : AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v4
67+ uses : AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v5
6868 needs : set-env
6969 with :
7070 containerfile : Dockerfile
@@ -115,7 +115,7 @@ jobs:
115115 name : Promote image
116116 needs : [set-env, build-image, test-image]
117117 if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
118- uses : AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v4
118+ uses : AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v5
119119 with :
120120 image : ${{ needs.build-image.outputs.image-ref }}@${{ needs.build-image.outputs.digest }}
121121 tag : |
@@ -133,7 +133,7 @@ jobs:
133133 name : Create Release
134134 needs : [set-env, build-image, test-image, promote-image]
135135 if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
136- uses : AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v4
136+ uses : AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v5
137137 with :
138138 image-name : " ${{ needs.set-env.outputs.IMAGE_NAME }}"
139139 version : ${{ needs.build-image.outputs.version }}
You can’t perform that action at this time.
0 commit comments