diff --git a/build-and-push/action.yaml b/build-and-push/action.yaml index 4a9e016..9f0ee8f 100644 --- a/build-and-push/action.yaml +++ b/build-and-push/action.yaml @@ -128,7 +128,7 @@ runs: docker context rm -f remote-builder 2>/dev/null || true docker context create remote-builder \ - --docker "host=ssh://***@${BUILDER_HOST}" + --docker "host=ssh://${BUILDER_USER}@${BUILDER_HOST}" # Ensure qemu/binfmt is registered on the remote for cross-arch builds. # This registration lives in the kernel and is lost on daemon/host