Skip to content

Commit

Permalink
Add v prefix to tags
Browse files Browse the repository at this point in the history
Hopefully this will trigger latest?
  • Loading branch information
jennyfothergill committed May 6, 2024
1 parent ff72e3e commit d5d5bff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=tag,enable=true,priority=600
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
type=sha
type=semver,pattern={{version}},prefix=v
${{ steps.latest-version.outputs.VERSION }}
- name: Build Docker Image
Expand Down

0 comments on commit d5d5bff

Please sign in to comment.