We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 020a88b + f1d05d2 commit 46b7b4dCopy full SHA for 46b7b4d
.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