Skip to content

Commit

Permalink
enable
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Aug 10, 2024
1 parent 41bde46 commit ecce70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
images: |
name=ghcr.io/${{ github.repository }}
tags: |
type=ref,event=pr,enable={{!is_default_branch}}
type=ref,event=pr
type=semver,pattern=v{{version}},enable={{is_default_branch}}
type=semver,pattern=v{{major}}.{{minor}},enable={{is_default_branch}}
type=semver,pattern=v{{major}},enable={{is_default_branch}}
Expand Down

0 comments on commit ecce70e

Please sign in to comment.