Skip to content

Commit f1d05d2

Browse files
authored
fix env
1 parent b525423 commit f1d05d2

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)