Skip to content

Commit f04e579

Browse files
authored
CI: docker, use output type image (#2805)
The output type docker doesn't work for multiarch, so failed on main. Idea from: concourse/oci-build-task#85
1 parent 62efc39 commit f04e579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
# always export to file for testing in test-demo
202202
outputs: |
203203
${{ github.event_name != 'pull_request' && 'type=registry' || '' }}
204-
type=docker,dest=${{ runner.temp }}/${{ matrix.service }}.tar
204+
type=image,dest=${{ runner.temp }}/${{ matrix.service }}.tar
205205
206206
- name: Upload artifact
207207
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)