File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments