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 03fbca2 commit 22bd4d1Copy full SHA for 22bd4d1
.github/workflows/docker-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
39
[ "$VERSION" == "master" ] && VERSION=latest
40
echo VERSION=$VERSION
41
- docker build . --file Dockerfile --build-arg APP_VERSION=$VERSION --tag $IMAGE_NAME
+ docker build . --file Dockerfile --build-arg VUE_APP_VERSION=$VERSION --tag $IMAGE_NAME
42
43
- name: Log into registry
44
run: echo "${{ secrets.PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
0 commit comments