Skip to content

Commit 003b5d0

Browse files
ci: use github hosted runners for multiarch docker builds
1 parent 4f6e203 commit 003b5d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
type=ref,event=branch,enable={{is_default_branch}}
3737
type=semver,pattern={{version}},value=${{ inputs.tag }},enable=${{ inputs.tag != '' }}
3838
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_call' }}
39-
registries: "dockerhub"
39+
registries: dockerhub
40+
runner-type: github

0 commit comments

Comments
 (0)