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 b0bc468 commit d6314f9Copy full SHA for d6314f9
.github/workflows/build-image.yml
@@ -118,7 +118,7 @@ jobs:
118
matrix: ${{ steps.set-matrix.outputs.matrix }}
119
tag: ${{ steps.set-matrix.outputs.WORKING_TAG }}
120
steps:
121
- - uses: AlmaLinux/atomic-ci/.github/actions/prepare-build
+ - uses: ./.github/actions/prepare-build
122
id: set-matrix
123
with:
124
platforms: ${{ inputs.platforms }}
@@ -149,7 +149,7 @@ jobs:
149
- name: Checkout
150
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
151
152
- - uses: AlmaLinux/atomic-ci/.github/actions/build
+ - uses: ./.github/actions/build
153
id: initial-build
154
155
platforms: ${{ matrix.platform }}
0 commit comments