Skip to content

Commit 04fda2e

Browse files
committed
Try this
1 parent e89b7f7 commit 04fda2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Checkout
122122
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
123123

124-
- uses: ./.github/actions/prepare-build
124+
- uses: AlmaLinux/atomic-ci/.github/actions/prepare-build
125125
id: set-matrix
126126
with:
127127
platforms: ${{ inputs.platforms }}
@@ -152,7 +152,7 @@ jobs:
152152
- name: Checkout
153153
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
154154

155-
- uses: ./.github/actions/build
155+
- uses: AlmaLinux/atomic-ci/.github/actions/build
156156
id: initial-build
157157
with:
158158
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)