Skip to content

Commit

Permalink
add version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Oct 10, 2024
1 parent 8d1e281 commit 3de1a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
${{ env.DOCKER_HUB_IMAGE }}
${{ env.GHCR_IMAGE }}
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}}
type=sha
- name: Set up QEMU
Expand Down

0 comments on commit 3de1a83

Please sign in to comment.