Skip to content

Commit

Permalink
update pep440 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed May 2, 2024
1 parent a751a1d commit 7453cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
images: ${{ env.IMAGE_NAME }}
tags: |
type=ref,event=tag,enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=pep440,pattern=v{{version}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 7453cbb

Please sign in to comment.