Skip to content

Commit 60e8808

Browse files
committed
ci: pass server binary names as build-args to docker build
1 parent 89f4ddf commit 60e8808

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,6 @@ jobs:
149149
cache-from: type=gha
150150
cache-to: type=gha,mode=max
151151
build-args: |
152-
BINARY_DIR=${{ inputs.binary-dir }}
152+
BINARY_DIR=${{ inputs.binary-dir }}
153+
SERVER_BINARY_AMD64=${{ inputs.server-binary-amd64 }}
154+
SERVER_BINARY_ARM64=${{ inputs.server-binary-arm64 }}

0 commit comments

Comments
 (0)