Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

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 0ee9df3 commit 7cba59f
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="--buildDrafts --buildFuture --baseURL ${{ env.DEVL_URL }}"
hugobuildargs=--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="--minify --baseURL ${{ env.PROD_URL}}"
hugobuildargs=--minify --baseURL ${{ env.PROD_URL}}
- name: Extract build artifact from docker image
uses: shrink/actions-docker-extract@v2
Expand Down

0 comments on commit 7cba59f

Please sign in to comment.