Skip to content

Commit

Permalink
Merge pull request #9 from qpoint-io/marc-barry/image-versioning
Browse files Browse the repository at this point in the history
Use v in the semantic version tag.
  • Loading branch information
marc-barry authored Nov 13, 2023
2 parents 8bdb48f + 8ea9b72 commit ae8e3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
tags: |
type=sha
type=raw,value=branch-${{ env.REF_NAME }},enable=${{ env.REF_NAME != 'main' }}
type=raw,value=${{ env.MODIFIED_REF_NAME }},enable=${{ startsWith(env.REF_NAME, 'v') }}
type=raw,value=v${{ env.MODIFIED_REF_NAME }},enable=${{ startsWith(env.REF_NAME, 'v') }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit ae8e3cf

Please sign in to comment.