Content-Length: 945 | pFad | http://github.com/github/github-mcp-server/pull/75.patch
thub.com
From 40a27642956c0e5a49268736dd6a819aa20d7018 Mon Sep 17 00:00:00 2001
From: Sam Morrow
Date: Thu, 3 Apr 2025 13:19:40 +0200
Subject: [PATCH] chore: correct build arg syntax
---
.github/workflows/docker-publish.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
index 444768d8a..b4583b018 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -80,8 +80,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
- build-args:
- VERSION: ${{ github.ref_name }}
+ build-args: |
+ VERSION=${{ github.ref_name }}
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/github/github-mcp-server/pull/75.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy