Skip to content

Commit

Permalink
Remove quotes from /zac/ basehref for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
rgallettonf committed Aug 7, 2024
1 parent cd93f54 commit 119f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# ziti controller always binds at /zac and trailing slash is necessary to qualify Angular runtime paths in index.html
build-args: |
NODE_VERSION=${{ env.NODE_VERSION }}
BASE_HREF='/zac/'
BASE_HREF=/zac/
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit 119f127

Please sign in to comment.