Skip to content

Commit 6ad046e

Browse files
Bump CI (#103)
Bump AlmaLinux/atomic-ci/.github/workflows/build-iso.yml from 10 to 11 Bumps [AlmaLinux/atomic-ci/.github/workflows/build-iso.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](AlmaLinux/atomic-ci@v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Bump AlmaLinux/atomic-ci/.github/workflows/create-release.yml Bumps [AlmaLinux/atomic-ci/.github/workflows/create-release.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](AlmaLinux/atomic-ci@v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/create-release.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Bump AlmaLinux/atomic-ci/.github/workflows/retag-image.yml from 10 to 11 Bumps [AlmaLinux/atomic-ci/.github/workflows/retag-image.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](AlmaLinux/atomic-ci@v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Bump AlmaLinux/atomic-ci/.github/workflows/build-image.yml from 10 to 11 Bumps [AlmaLinux/atomic-ci/.github/workflows/build-image.yml](https://github.com/almalinux/atomic-ci) from 10 to 11. - [Commits](AlmaLinux/atomic-ci@v10...v11) --- updated-dependencies: - dependency-name: AlmaLinux/atomic-ci/.github/workflows/build-image.yml dependency-version: '11' 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 eaa2e19 commit 6ad046e

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
@@ -31,7 +31,7 @@ jobs:
3131
build-iso:
3232
name: Build ISO
3333
needs: set-env
34-
uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v10
34+
uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v11
3535
with:
3636
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
3737
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
@@ -67,7 +67,7 @@ jobs:
6767
6868
build-image:
6969
name: Build image
70-
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v10
70+
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v11
7171
needs: [set-env, check-update]
7272
if: ${{ !failure() && !cancelled() && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }}
7373
with:
@@ -124,7 +124,7 @@ jobs:
124124
name: Promote image
125125
needs: [set-env, check-update, build-image, test-image]
126126
if: ${{ !failure() && !cancelled() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }}
127-
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v10
127+
uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v11
128128
with:
129129
image: ${{ needs.build-image.outputs.image-ref }}
130130
digest: ${{ needs.build-image.outputs.digest }}
@@ -144,7 +144,7 @@ jobs:
144144
name: Create Release
145145
needs: [set-env, check-update, build-image, test-image, promote-image]
146146
if: ${{ !failure() && !cancelled() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }}
147-
uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v10
147+
uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v11
148148
with:
149149
image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}"
150150
version: ${{ needs.build-image.outputs.version }}

0 commit comments

Comments
 (0)