Skip to content

Commit e2bbf32

Browse files
authored
Update docker-image.yml
1 parent 9a15eb4 commit e2bbf32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
context: .
2929
push: true
3030
tags: ${{ secrets.DOCKER_IMAGE_NAME }}:latest
31+
build-args: |
32+
VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL }}
3133
3234
remote-deploy:
3335
needs: docker-build-push

0 commit comments

Comments
 (0)