Skip to content

Commit 22bd4d1

Browse files
committed
sync
1 parent 03fbca2 commit 22bd4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
3939
[ "$VERSION" == "master" ] && VERSION=latest
4040
echo VERSION=$VERSION
41-
docker build . --file Dockerfile --build-arg APP_VERSION=$VERSION --tag $IMAGE_NAME
41+
docker build . --file Dockerfile --build-arg VUE_APP_VERSION=$VERSION --tag $IMAGE_NAME
4242
4343
- name: Log into registry
4444
run: echo "${{ secrets.PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)