diff --git a/.github/workflows/build-iso.yml b/.github/workflows/build-iso.yml index f4ea81c..3b95d1a 100644 --- a/.github/workflows/build-iso.yml +++ b/.github/workflows/build-iso.yml @@ -31,7 +31,7 @@ jobs: build-iso: name: Build ISO needs: set-env - uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/build-iso.yml@v11 with: image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}" image: "${{ needs.set-env.outputs.IMAGE_REF }}:${{ needs.set-env.outputs.LATEST_TAG }}" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc5877b..adc4528 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: build-image: name: Build image - uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v11 needs: [set-env, check-update] if: ${{ !failure() && !cancelled() && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }} with: @@ -124,7 +124,7 @@ jobs: name: Promote image needs: [set-env, check-update, build-image, test-image] if: ${{ !failure() && !cancelled() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }} - uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/retag-image.yml@v11 with: image: ${{ needs.build-image.outputs.image-ref }} digest: ${{ needs.build-image.outputs.digest }} @@ -144,7 +144,7 @@ jobs: name: Create Release needs: [set-env, check-update, build-image, test-image, promote-image] if: ${{ !failure() && !cancelled() && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }} - uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v10 + uses: AlmaLinux/atomic-ci/.github/workflows/create-release.yml@v11 with: image-name: "${{ needs.set-env.outputs.IMAGE_NAME }}" version: ${{ needs.build-image.outputs.version }}