Skip to content

Commit

Permalink
Fix compose deployment api path
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Nov 16, 2022
1 parent 2c9a287 commit 9359dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
context: .
file: frontend.Dockerfile
push: true
build-args: REACT_APP_BACKEND_URL='/api'
build-args: REACT_APP_BACKEND_URL=/api
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 9359dde

Please sign in to comment.