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 3434 build-iso :
3535 name : Build ISO
3636 needs : [set-env]
37- uses : AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v6
37+ uses : AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v7
3838 with :
3939 image-name : " ${{ needs.set-env.outputs.IMAGE_NAME }}"
4040 image : " ${{ needs.set-env.outputs.IMAGE_REF }}:${{ needs.set-env.outputs.LATEST_TAG }}"
Original file line number Diff line number Diff line change 3939
4040 build-image :
4141 name : Build image
42- uses : AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v6
42+ uses : AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v7
4343 needs : set-env
4444 with :
4545 image-description : " My AlmaLinux Atomic Respin"
9191 name : Promote image
9292 needs : [set-env, build-image, test-image]
9393 if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
94- uses : AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v6
94+ uses : AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v7
9595 with :
9696 image : ${{ needs.build-image.outputs.image-ref }}@${{ needs.build-image.outputs.digest }}
9797 tag : |
@@ -110,7 +110,7 @@ jobs:
110110 name : Create Release
111111 needs : [set-env, build-image, test-image, promote-image]
112112 if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
113- uses : AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v6
113+ uses : AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v7
114114 with :
115115 image-name : " ${{ needs.set-env.outputs.IMAGE_NAME }}"
116116 version : ${{ needs.build-image.outputs.version }}
You can’t perform that action at this time.
0 commit comments