Skip to content

Commit

Permalink
fix docker tag try by value AND pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Laluka committed Feb 25, 2024
1 parent 01ec513 commit f2f1c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository}}
tags: |
type=pep440,value=${{ inputs.tag }}
type=pep440,value=${{ inputs.tag }},pattern={{version}}
- name: "Build and push Docker image"
uses: docker/build-push-action@v5
Expand Down

0 comments on commit f2f1c1f

Please sign in to comment.