Skip to content

Commit 5ecf540

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

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
@@ -34,7 +34,7 @@ jobs:
3434
build-iso:
3535
name: Build ISO
3636
needs: [set-env]
37-
uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v6
37+
uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v7
3838
with:
3939
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
4040
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
@@ -39,7 +39,7 @@ jobs:
3939

4040
build-image:
4141
name: Build image
42-
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v6
42+
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v7
4343
needs: set-env
4444
with:
4545
image-description: "My AlmaLinux Atomic Respin"
@@ -91,7 +91,7 @@ jobs:
9191
name: Promote image
9292
needs: [set-env, build-image, test-image]
9393
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
94-
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v6
94+
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v7
9595
with:
9696
image: ${{ needs.build-image.outputs.image-ref }}@${{ needs.build-image.outputs.digest }}
9797
tag: |
@@ -110,7 +110,7 @@ jobs:
110110
name: Create Release
111111
needs: [set-env, build-image, test-image, promote-image]
112112
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
113-
uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v6
113+
uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v7
114114
with:
115115
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
116116
version: ${{ needs.build-image.outputs.version }}

0 commit comments

Comments
 (0)