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