Skip to content

Commit

Permalink
add v
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonczy committed Apr 18, 2024
1 parent 4fef7be commit fece5e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
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}}
- name: Extract metadata (tags, labels) for Docker (branch)
id: meta-branch
Expand Down

0 comments on commit fece5e9

Please sign in to comment.