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 5d53e1d commit 2f62b1dCopy full SHA for 2f62b1d
.github/workflows/release-manual-docker.yml
@@ -46,7 +46,7 @@ jobs:
46
latest=${{ steps.branch.outputs.branch_name == 'master' && github.event.inputs.ref == '' }}
47
tags: |
48
type=semver,enable=true,priority=900,pattern={{version}},value=${{ github.event.inputs.ref }}
49
- type=ref,enable=true,priority=600,event=branch
+ type=raw,enable=${{ github.event.inputs.ref == '' }},priority=600,value=latest
50
- name: Build and push Docker image
51
uses: docker/build-push-action@v2
52
with:
0 commit comments