Skip to content

Commit c020af2

Browse files
committed
Update to new CI
1 parent d3663fe commit c020af2

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/build-iso.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,20 @@ jobs:
5959
build-iso:
6060
name: Build ISO
6161
needs: [set-env]
62-
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/build-iso.yml@v4
62+
uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v4
6363
with:
6464
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
65-
image: ${{ needs.build-image.outputs.image-ref }}@${{ needs.build-image.outputs.digest }}
65+
image: "${{ needs.set-env.outputs.IMAGE_REF }}:${{ needs.set-env.outputs.LATEST_TAG }}"
6666
update_origin_ref: "${{ needs.set-env.outputs.IMAGE_REF }}:${{ needs.set-env.outputs.LATEST_TAG }}"
6767
update_is_signed: ${{ needs.set-env.outputs.IS_SIGNED == 'true' }}
6868
config-file: ./iso.toml
6969
platforms: ${{ needs.set-env.outputs.PLATFORMS }}
7070
REGISTRY: ${{ needs.set-env.outputs.REGISTRY }}
7171
REGISTRY_USER: ${{ needs.set-env.outputs.REGISTRY_USER }}
72+
upload-to-cloudflare: false
7273
secrets:
7374
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
# R2_ACCOUNT_ID: ${{ secrets.R2_ACCOUNT_ID }}
76+
# R2_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
77+
# R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }}
78+
# R2_BUCKET: ${{ secrets.R2_BUCKET }}

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
build-image:
6666
name: Build image
67-
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/build-image.yml@v4
67+
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v4
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/desktop-bootc-ci/.github/workflows/retag-image.yml@v4
118+
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v4
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/desktop-bootc-ci/.github/workflows/create-release.yml@v4
136+
uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v4
137137
with:
138138
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
139139
version: ${{ needs.build-image.outputs.version }}

0 commit comments

Comments
 (0)