Skip to content

Commit 07a8d93

Browse files
fixing tags
1 parent d87ff17 commit 07a8d93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Read version from file
1919
id: version
2020
run: |
21-
VERSION=$(cat version | tr -d '\n')
21+
VERSION=$(cat version | tr -d '\n' | sed 's/^v//')
2222
echo "version=$VERSION" >> $GITHUB_OUTPUT
2323
echo "Found version: $VERSION"
2424
@@ -38,7 +38,6 @@ jobs:
3838
with:
3939
images: theinfamoustoto/plex-suggester
4040
tags: |
41-
type=ref,event=branch
4241
type=ref,event=pr
4342
type=raw,value=${{ steps.version.outputs.version }}
4443
type=raw,value=latest,enable={{is_default_branch}}

0 commit comments

Comments
 (0)