We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87ff17 commit 07a8d93Copy full SHA for 07a8d93
1 file changed
.github/workflows/docker-build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Read version from file
19
id: version
20
run: |
21
- VERSION=$(cat version | tr -d '\n')
+ VERSION=$(cat version | tr -d '\n' | sed 's/^v//')
22
echo "version=$VERSION" >> $GITHUB_OUTPUT
23
echo "Found version: $VERSION"
24
@@ -38,7 +38,6 @@ jobs:
38
with:
39
images: theinfamoustoto/plex-suggester
40
tags: |
41
- type=ref,event=branch
42
type=ref,event=pr
43
type=raw,value=${{ steps.version.outputs.version }}
44
type=raw,value=latest,enable={{is_default_branch}}
0 commit comments