mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
next try
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
55a14cdc99
commit
47250ffd4d
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
|
id: prep
|
||||||
run: |
|
run: |
|
||||||
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/}
|
DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/${GITHUB_REPOSITORY#*/}
|
||||||
VERSION=$(npm pkg get version) | tr -d '"'
|
VERSION=$(node -e "console.log(require('./package.json').version);")
|
||||||
|
|
||||||
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:latest"
|
TAGS="${DOCKER_IMAGE}:${VERSION},${DOCKER_IMAGE}:latest"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue