.gitea/workflows/deploy.yaml aktualisiert
All checks were successful
Build and Push Docker Images / build (push) Successful in 2m36s
All checks were successful
Build and Push Docker Images / build (push) Successful in 2m36s
This commit is contained in:
@@ -33,8 +33,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "🚀 Building Server..."
|
echo "🚀 Building Server..."
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--build-arg ACCESS_TOKEN_SECRET=${secrets.ACCESS_TOKEN_SECRET} \
|
--build-arg ACCESS_TOKEN_SECRET=${{ secrets.ACCESS_TOKEN_SECRET }} \
|
||||||
--build-arg REFRESH_TOKEN_SECRET=${secrets.REFRESH_TOKEN_SECRET} \
|
--build-arg REFRESH_TOKEN_SECRET=${{ secrets.REFRESH_TOKEN_SECRET }} \
|
||||||
--load -t crylia/japanese-srs-trainer-wanikani-server:latest -f server/Dockerfile server
|
--load -t crylia/japanese-srs-trainer-wanikani-server:latest -f server/Dockerfile server
|
||||||
docker tag crylia/japanese-srs-trainer-wanikani-server:latest 192.168.0.26:5008/japanese-srs-trainer-wanikani-server:latest
|
docker tag crylia/japanese-srs-trainer-wanikani-server:latest 192.168.0.26:5008/japanese-srs-trainer-wanikani-server:latest
|
||||||
docker push 192.168.0.26:5008/japanese-srs-trainer-wanikani-server:latest
|
docker push 192.168.0.26:5008/japanese-srs-trainer-wanikani-server:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user