mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-06 21:47:40 +00:00
fix quote issue
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
497d5c9686
commit
55a14cdc99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-publish-image.yml
vendored
2
.github/workflows/build-publish-image.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
id: prep
|
||||
run: |
|
||||
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/}
|
||||
VERSION=$(npm pkg get version)
|
||||
VERSION=$(npm pkg get version) | tr -d '"'
|
||||
|
||||
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:latest"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue