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 9b68bd9 commit 634b996Copy full SHA for 634b996
.github/workflows/docker-release.yml
@@ -27,7 +27,8 @@ jobs:
27
with:
28
images: ${{ vars.DOCKER_IMAGE }}
29
tags: |
30
- type=raw,value=latest,enable={{is_default_branch}}
+ type=raw,value=latest,enable={{github.event_name == 'workflow_dispatch'}}
31
+ type=semver,pattern={{version}}
32
33
- name: Build and push Docker image
34
uses: docker/build-push-action@v5
0 commit comments