Skip to content

Commit fbe04f7

Browse files
committed
test
1 parent 1957181 commit fbe04f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
name: Build image
8989
needs: [check-update]
9090
if: ${{ !failure() && !cancelled() && (github.event_name != 'schedule' || needs.check-update.outputs.res != 0) }}
91-
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@v10
91+
uses: AlmaLinux/atomic-ci/.github/workflows/build-image.yml@swap
9292
with:
9393
containerfile: ${{ inputs.containerfile }}
9494
image-name: ${{ inputs.image_name }}

0 commit comments

Comments
 (0)