Skip to content

Commit

Permalink
ci: update image release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 2, 2024
1 parent 969051b commit db4b54a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
name=ghcr.io/${{ github.repository }}
tags: |
type=ref,event=pr
type=semver,pattern={{raw}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=raw,value=unstable,enable={{is_default_branch}}
- name: Build and push to ghcr
Expand Down

0 comments on commit db4b54a

Please sign in to comment.