Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojmarti committed Apr 27, 2023
1 parent e9863a4 commit aecc3e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
uses: docker/build-push-action@v4
with:
file: deploy/Dockerfile
build-args:
- HOST_URL=${{ secrets.HOST_URL }}
- NEXT_PUBLIC_HEADLESS_WP_URL=${{ secrets.NEXT_PUBLIC_HEADLESS_WP_URL }}
build-args: |
HOST_URL=${{ secrets.HOST_URL }}
NEXT_PUBLIC_HEADLESS_WP_URL=${{ secrets.NEXT_PUBLIC_HEADLESS_WP_URL }}
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit aecc3e4

Please sign in to comment.