Skip to content

Commit

Permalink
remove tag with prefix v
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap committed Sep 14, 2023
1 parent 09fe0ea commit 86613e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
with:
images: ${{ steps.prepare-repository-name.outputs.repository }}
tags: |
type=match,pattern=manager/(v\d.\d.\d),group=1,value=${{ github.event.release.tag_name }}
type=match,pattern=manager/v(\d.\d.\d),group=1,value=${{ github.event.release.tag_name }}
- name: Build and push docker image
Expand Down

0 comments on commit 86613e0

Please sign in to comment.