Skip to content

Commit

Permalink
String tag prefix for docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed Apr 29, 2024
1 parent c1faf3e commit f54777b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: branch-name
uses: tj-actions/branch-names@v8
with:
strip_tag_prefix: ''
strip_tag_prefix: 'v'

- name: Current branch name
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: branch-name
uses: tj-actions/branch-names@v8
with:
strip_tag_prefix: ''
strip_tag_prefix: 'v'

- name: Current branch name
run: |
Expand Down

0 comments on commit f54777b

Please sign in to comment.