更新 .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:
@@ -22,7 +22,8 @@ jobs:
|
|||||||
# 使用 Gitea 的固定 IP (已经在 DinD 中配置为 insecure)
|
# 使用 Gitea 的固定 IP (已经在 DinD 中配置为 insecure)
|
||||||
# 使用 Gitea 自动提供的 token
|
# 使用 Gitea 自动提供的 token
|
||||||
echo "${{ secrets.DOCKER_TOKEN }}" | docker login 172.24.0.10:3000 -u ${{ github.repository_owner }} --password-stdin
|
echo "${{ secrets.DOCKER_TOKEN }}" | docker login 172.24.0.10:3000 -u ${{ github.repository_owner }} --password-stdin
|
||||||
IMAGE_NAME="172.24.0.10:3000/${{ gitea.repository }}:latest"
|
# 转换为小寫
|
||||||
|
IMAGE_NAME=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
|
||||||
docker build -t $IMAGE_NAME .
|
docker build -t $IMAGE_NAME .
|
||||||
docker push $IMAGE_NAME
|
docker push $IMAGE_NAME
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user