Skip to content

Commit f54777b

Browse files
committed
String tag prefix for docker tags
1 parent c1faf3e commit f54777b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: branch-name
3434
uses: tj-actions/branch-names@v8
3535
with:
36-
strip_tag_prefix: ''
36+
strip_tag_prefix: 'v'
3737

3838
- name: Current branch name
3939
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: branch-name
3939
uses: tj-actions/branch-names@v8
4040
with:
41-
strip_tag_prefix: ''
41+
strip_tag_prefix: 'v'
4242

4343
- name: Current branch name
4444
run: |

0 commit comments

Comments
 (0)