Skip to content

Commit

Permalink
fix: remove duplicate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Jan 20, 2025
1 parent 91d6799 commit 377903f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
images: ${{ secrets.DOCKERHUB_USERNAME }}/plugnmeet-server
tags: |
type=ref,event=tag
type=pep440,pattern=${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }},value=${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
type=semver,pattern=${{ steps.release.outputs.tag_name }},value=${{ steps.release.outputs.tag_name }}
type=semver,pattern=v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }},value=${{ steps.release.outputs.tag_name }}
Expand Down

0 comments on commit 377903f

Please sign in to comment.