Skip to content

Commit

Permalink
fix build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
chickzilla committed Oct 31, 2024
1 parent f2029ed commit 055783d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
tags="${{ steps.tags.outputs.tags }}"
for tag in $(echo $tags | tr ',' '\n'); do
docker build . -t ghcr.io/$tag -f ./apps/web/Dockerfile
docker build . -t ghcr.io/$tag -f ./apps/web/Dockerfile \
--build-arg NEXT_PUBLIC_API_SERVER_URL=${{ secrets.NEXT_PUBLIC_API_SERVER_URL }}
done
Expand Down

0 comments on commit 055783d

Please sign in to comment.