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