更新 .gitea/workflows/build.yaml
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
Some checks failed
Build and Push Docker Image / build (push) Failing after 4s
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
# 转换为小寫
|
||||
IMAGE_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
|
||||
docker build -f docker/Dockerfile -t $IMAGE_NAME .
|
||||
docker push $IMAGE_NAME
|
||||
docker push 172.24.0.10:3000/$IMAGE_NAME
|
||||
|
||||
|
||||
echo "編譯完成!"
|
||||
|
||||
Reference in New Issue
Block a user