Skip to content

Commit

Permalink
🔧 chore(publish.yaml): update build-args syntax to fix Docker image b…
Browse files Browse the repository at this point in the history
…uild issue

🔧 chore(publish.yaml): update build-args syntax to fix Docker image build issue
  • Loading branch information
drewpayment committed Mar 2, 2024
1 parent f62a83d commit 223413b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 223413b

Please sign in to comment.