We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f4ddf commit 60e8808Copy full SHA for 60e8808
1 file changed
.github/workflows/docker-publish.yml
@@ -149,4 +149,6 @@ jobs:
149
cache-from: type=gha
150
cache-to: type=gha,mode=max
151
build-args: |
152
- BINARY_DIR=${{ inputs.binary-dir }}
+ BINARY_DIR=${{ inputs.binary-dir }}
153
+ SERVER_BINARY_AMD64=${{ inputs.server-binary-amd64 }}
154
+ SERVER_BINARY_ARM64=${{ inputs.server-binary-arm64 }}
0 commit comments