From 223413bd048a9ea0ea58fd222d63e2ec650f2076 Mon Sep 17 00:00:00 2001 From: drewpayment Date: Fri, 1 Mar 2024 22:17:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(publish.yaml):=20update=20?= =?UTF-8?q?build-args=20syntax=20to=20fix=20Docker=20image=20build=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 chore(publish.yaml): update build-args syntax to fix Docker image build issue --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0d600e6..a31db25 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -57,8 +57,8 @@ jobs: platforms: linux/amd64 push: true tags: ghcr.io/drewpayment/stacks:latest - args: | - --build-arg ORIGIN=${{ secrets.ORIGIN }} + build-args: | + ORIGIN=${{ secrets.ORIGIN }} # - name: Build and push Docker image for Apple Silicon # uses: docker/build-push-action@v2