更新 .gitea/workflows/build-image.yml
Some checks failed
Build Gradle Dragonwell Image / build (push) Failing after 5m51s

This commit is contained in:
2025-09-18 21:47:04 +08:00
parent 3d21e3c83f
commit 10fd9be24b

View File

@@ -45,7 +45,7 @@ jobs:
echo "📦 使用Gradle版本: ${GRADLE_VERSION}"
- name: Login to Gitea Container Registry
uses: login-action@v3
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}