Skip to content

Commit 634b996

Browse files
committed
another fix for docker release version
1 parent 9b68bd9 commit 634b996

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
with:
2828
images: ${{ vars.DOCKER_IMAGE }}
2929
tags: |
30-
type=raw,value=latest,enable={{is_default_branch}}
30+
type=raw,value=latest,enable={{github.event_name == 'workflow_dispatch'}}
31+
type=semver,pattern={{version}}
3132
3233
- name: Build and push Docker image
3334
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)