change api from http to https
This commit is contained in:
parent
8c621e14dd
commit
04a5d8252e
@ -31,7 +31,7 @@ jobs:
|
||||
TAG=latest
|
||||
|
||||
docker build \
|
||||
--build-arg VITE_API_BASE_URL="http://api.opencand.ivanch.me" \
|
||||
--build-arg VITE_API_BASE_URL="https://api.opencand.ivanch.me" \
|
||||
--file OpenCand.UI.dockerfile \
|
||||
-t "${{ env.IMAGE_FRONTEND }}:${TAG}" \
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user