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 68f3296 commit ed57fc4Copy full SHA for ed57fc4
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
type=semver,pattern={{version}},enable=${{ github.event_name == 'push' }}
57
type=semver,pattern={{major}}.{{minor}},enable=${{ github.event_name == 'push' }}
58
type=semver,pattern={{major}},enable=${{ github.event_name == 'push' }}
59
- type=raw,value=latest,enable=${{ github.event_name == 'push' }}
+ type=raw,value=latest
60
type=raw,value=${{ github.event.inputs.tag }},enable=${{ github.event_name == 'workflow_dispatch' }}
61
62
- name: Build and push Docker image
0 commit comments