We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c97deb commit b327e94Copy full SHA for b327e94
.github/workflows/frontend.yml
@@ -46,8 +46,8 @@ jobs:
46
uses: docker/build-push-action@v5
47
with:
48
build-args: |
49
- NEXT_PUBLIC_DJANGO_URL="https://frikanalen.no/api/"
50
- NEXT_PUBLIC_UPLOAD_URL="https://upload.frikanalen.no/files"
+ NEXT_PUBLIC_DJANGO_URL=https://frikanalen.no/api/
+ NEXT_PUBLIC_UPLOAD_URL=https://upload.frikanalen.no/files
51
push: ${{ github.event_name != 'pull_request' }}
52
tags: ${{ steps.meta.outputs.tags }}
53
labels: ${{ steps.meta.outputs.labels }}
0 commit comments