Skip to content

Commit 0b71f01

Browse files
ci: use github hosted runners for multiarch docker builds
1 parent 3120d3d commit 0b71f01

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
@@ -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@4101b7ff332a47ef03b59a554624800a61668090 # main
32+
uses: grafana/shared-workflows/.github/workflows/docker-build-push-multiarch.yml@f1d0430dd8ec0caaa90a1f339c9e6918ee11473b # rwhitaker/docker-build-push-multiarch-runner-types
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' }}
3939
registries: "dockerhub"
40+
runner-type: github

0 commit comments

Comments
 (0)