Skip to content

Commit 718b89b

Browse files
Bump AlmaLinux/desktop-bootc-ci from 3 to 4 (#19)
Bumps [AlmaLinux/desktop-bootc-ci](https://github.com/almalinux/desktop-bootc-ci) from 3 to 4. - [Commits](AlmaLinux/atomic-ci@v3...v4) --- updated-dependencies: - dependency-name: AlmaLinux/desktop-bootc-ci dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed9f98e commit 718b89b

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
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix: ${{fromJson(needs.set-env.outputs.MATRIX)}}
68-
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/build-iso.yml@v3
68+
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/build-iso.yml@v4
6969
with:
7070
image-name: "${{ github.event.repository.name }}-${{ matrix.variant }}"
7171
image: "${{ needs.set-env.outputs.IMAGE_NAME }}-${{ matrix.variant }}:latest"

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ on:
5050
jobs:
5151
build-image:
5252
name: Build image
53-
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/build-image.yml@v3
53+
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/build-image.yml@v4
5454
with:
5555
containerfile: ${{ inputs.containerfile }}
5656
image-name: ${{ inputs.image_name }}
@@ -94,7 +94,7 @@ jobs:
9494
name: Promote image
9595
needs: [build-image, test-image]
9696
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
97-
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/retag-image.yml@v3
97+
uses: AlmaLinux/desktop-bootc-ci/.github/workflows/retag-image.yml@v4
9898
with:
9999
image: ${{ needs.build-image.outputs.image-ref }}@${{ needs.build-image.outputs.digest }}
100100
tag: |

0 commit comments

Comments
 (0)