Skip to content

Commit

Permalink
Merge pull request #4 from drewpayment/feat/emp-paystubs-view
Browse files Browse the repository at this point in the history
🔧 chore(publish.yaml): update build-args syntax to fix Docker image b…
  • Loading branch information
drewpayment authored Mar 2, 2024
2 parents e83f571 + 223413b commit 3391fcf
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 3391fcf

Please sign in to comment.