We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6e203 commit 003b5d0Copy full SHA for 003b5d0
.github/workflows/build.yml
@@ -36,4 +36,5 @@ jobs:
36
type=ref,event=branch,enable={{is_default_branch}}
37
type=semver,pattern={{version}},value=${{ inputs.tag }},enable=${{ inputs.tag != '' }}
38
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_call' }}
39
- registries: "dockerhub"
+ registries: dockerhub
40
+ runner-type: github
0 commit comments