Skip to content

Commit 6a43941

Browse files
dependabot[bot]alexiri
authored andcommitted
Bump AlmaLinux/atomic-ci from 4 to 5
Bumps [AlmaLinux/atomic-ci](https://github.com/almalinux/atomic-ci) from 4 to 5. - [Commits](AlmaLinux/atomic-ci@v4...v5) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b05b099 commit 6a43941

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
build-iso:
6060
name: Build ISO
6161
needs: [set-env]
62-
uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v4
62+
uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v5
6363
with:
6464
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
6565
image: "${{ needs.set-env.outputs.IMAGE_REF }}:${{ needs.set-env.outputs.LATEST_TAG }}"

.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/atomic-ci/.github/workflows/build-image.yml@v4
67+
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v5
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/atomic-ci/.github/workflows/retag-image.yml@v4
118+
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v5
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/atomic-ci/.github/workflows/create-release.yml@v4
136+
uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v5
137137
with:
138138
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
139139
version: ${{ needs.build-image.outputs.version }}

0 commit comments

Comments
 (0)