Skip to content

Commit

Permalink
ci: Add v prefix to tagged image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster authored Apr 9, 2024
1 parent 67bf399 commit 352a85f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
suffix=
tags: |
type=raw,value=main,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=sha,format=long
- name: Build Docker Container
Expand Down

0 comments on commit 352a85f

Please sign in to comment.