This commit is contained in:
2025-03-12 16:42:34 +08:00
parent 83144f737c
commit 2a3ee82e8a

View File

@@ -21,8 +21,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.yoshino-s.xyz
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with: