Skip to content

Commit b327e94

Browse files
committed
gha: unquote environment
1 parent 1c97deb commit b327e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
uses: docker/build-push-action@v5
4747
with:
4848
build-args: |
49-
NEXT_PUBLIC_DJANGO_URL="https://frikanalen.no/api/"
50-
NEXT_PUBLIC_UPLOAD_URL="https://upload.frikanalen.no/files"
49+
NEXT_PUBLIC_DJANGO_URL=https://frikanalen.no/api/
50+
NEXT_PUBLIC_UPLOAD_URL=https://upload.frikanalen.no/files
5151
push: ${{ github.event_name != 'pull_request' }}
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)