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 e89b7f7 commit 04fda2eCopy full SHA for 04fda2e
.github/workflows/build-image.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: Checkout
122
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
123
124
- - uses: ./.github/actions/prepare-build
+ - uses: AlmaLinux/atomic-ci/.github/actions/prepare-build
125
id: set-matrix
126
with:
127
platforms: ${{ inputs.platforms }}
@@ -152,7 +152,7 @@ jobs:
152
153
154
155
- - uses: ./.github/actions/build
+ - uses: AlmaLinux/atomic-ci/.github/actions/build
156
id: initial-build
157
158
platforms: ${{ matrix.platform }}
0 commit comments