We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1957181 commit fbe04f7Copy full SHA for fbe04f7
.github/workflows/reusable-build.yml
@@ -88,7 +88,7 @@ jobs:
88
name: Build image
89
needs: [check-update]
90
if: ${{ !failure() && !cancelled() && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }}
91
- uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v10
+ uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@swap
92
with:
93
containerfile: ${{ inputs.containerfile }}
94
image-name: ${{ inputs.image_name }}
0 commit comments