Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
removing double quotes
  • Loading branch information
qtrinh2 authored May 11, 2023
1 parent 3ad9eb2 commit 3c18d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
tags: "${{ env.IMAGE_NAME }}:latest"
platforms: linux/amd64
build-args: |
hugobuildargs="--cleanDestinationDir --buildDrafts --buildFuture --baseURL ${{ env.DEVL_URL }}"
hugobuildargs=--cleanDestinationDir --buildDrafts --buildFuture --baseURL ${{ env.DEVL_URL }}
- name: Build Docker Image (prod)
if: github.ref == 'refs/heads/main'
Expand All @@ -58,7 +58,7 @@ jobs:
tags: "${{ env.IMAGE_NAME }}:latest"
platforms: linux/amd64
build-args: |
hugobuildargs="--cleanDestinationDir --minify --baseURL ${{ env.PROD_URL}}"
hugobuildargs=--cleanDestinationDir --minify --baseURL ${{ env.PROD_URL}}
- name: Extract build artifact from docker image
uses: shrink/actions-docker-extract@v2
Expand Down

0 comments on commit 3c18d39

Please sign in to comment.