We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b525423 commit f1d05d2Copy full SHA for f1d05d2
.github/workflows/docker-publish.yml
@@ -47,6 +47,8 @@ jobs:
47
context: ./slimevr # path to SlimeVR Dockerfile
48
platforms: linux/amd64,linux/arm64 # target architectures
49
push: true # push image after successful build
50
+ build-args: |
51
+ SLIMEVR_VERSION=${{ env.SLIMEVR_VERSION }}
52
tags: |
53
madkoding/slimevr-server:latest
54
madkoding/slimevr-server:${{ github.sha }}
0 commit comments