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