Skip to content

Commit

Permalink
another fix for docker release version
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir committed Oct 17, 2024
1 parent 9b68bd9 commit 634b996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
with:
images: ${{ vars.DOCKER_IMAGE }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=latest,enable={{github.event_name == 'workflow_dispatch'}}
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 634b996

Please sign in to comment.