File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 strategy :
8080 fail-fast : false
8181 matrix : ${{fromJson(needs.set-env.outputs.MATRIX)}}
82- uses : AlmaLinux/desktop-bootc -ci/.github/workflows/build-iso.yml@v4
82+ uses : AlmaLinux/atomic -ci/.github/workflows/build-iso.yml@v4
8383 with :
8484 image-name : " ${{ needs.set-env.outputs.IMAGE_NAME }}-${{ matrix.variant }}"
8585 image : " ${{ needs.set-env.outputs.IMAGE_REF }}-${{ matrix.variant }}:${{ needs.set-env.outputs.LATEST_TAG }}"
Original file line number Diff line number Diff line change 5252jobs :
5353 build-image :
5454 name : Build image
55- uses : AlmaLinux/desktop-bootc -ci/.github/workflows/build-image.yml@v4
55+ uses : AlmaLinux/atomic -ci/.github/workflows/build-image.yml@v4
5656 with :
5757 containerfile : ${{ inputs.containerfile }}
5858 image-name : ${{ inputs.image_name }}
9696 name : Promote image
9797 needs : [build-image, test-image]
9898 if : ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
99- uses : AlmaLinux/desktop-bootc -ci/.github/workflows/retag-image.yml@v4
99+ uses : AlmaLinux/atomic -ci/.github/workflows/retag-image.yml@v4
100100 with :
101101 image : ${{ needs.build-image.outputs.image-ref }}@${{ needs.build-image.outputs.digest }}
102102 tag : |
You can’t perform that action at this time.
0 commit comments