Skip to content

Commit 46b7b4d

Browse files
authored
Merge pull request #3 from madkoding/develop
fix env
2 parents 020a88b + f1d05d2 commit 46b7b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
context: ./slimevr # path to SlimeVR Dockerfile
4848
platforms: linux/amd64,linux/arm64 # target architectures
4949
push: true # push image after successful build
50+
build-args: |
51+
SLIMEVR_VERSION=${{ env.SLIMEVR_VERSION }}
5052
tags: |
5153
madkoding/slimevr-server:latest
5254
madkoding/slimevr-server:${{ github.sha }}

0 commit comments

Comments
 (0)