Skip to content

Commit c0144e7

Browse files
committed
Renamed CI repo
1 parent ef99cbe commit c0144e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
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 }}"

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252
jobs:
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 }}
@@ -96,7 +96,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)