Skip to content

Commit 6d50a86

Browse files
ci: use github hosted runners for multiarch docker builds
1 parent 670c965 commit 6d50a86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
permissions:
3030
contents: read
3131
id-token: write
32-
uses: grafana/shared-workflows/.github/workflows/docker-build-push-multiarch.yml@cbb5c3f16e9be56e14f5f094978420b09444b414 # main
32+
uses: grafana/shared-workflows/.github/workflows/docker-build-push-multiarch.yml@6b59374893555bf476179dfeb96013b80406102f # main
3333
with:
3434
platforms: linux/amd64,linux/arm64
3535
tags: |
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)