Skip to content

Commit

Permalink
pattern=version
Browse files Browse the repository at this point in the history
  • Loading branch information
n01e0 committed Dec 29, 2023
1 parent 9132e17 commit fa80b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{ github.event.release.tag_name }}
type=raw,value=latest,enable={{ is_default_branch }}
type=semver,pattern={{version}}
type=raw,value=latest
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
Expand Down

0 comments on commit fa80b13

Please sign in to comment.