Skip to content

Commit 89f2419

Browse files
authored
Merge pull request #30 from SkardiLabs/add_release_workflow
Fix docker publish version
2 parents 5c657c1 + 1888716 commit 89f2419

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ jobs:
145145

146146
- name: Extract version
147147
id: version
148-
run: echo "version=${{ inputs.version }}" | sed 's/v//' >> $GITHUB_OUTPUT
148+
run: echo "version=${VERSION#v}" >> $GITHUB_OUTPUT
149+
env:
150+
VERSION: ${{ inputs.version }}
149151

150152
- name: Build and push Docker image
151153
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)