init
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 29s

This commit is contained in:
TangHuan 2025-04-02 16:40:06 +08:00
parent ff33f74d69
commit 0628908113

View File

@ -40,8 +40,8 @@ jobs:
uses: https://gitea.com/docker/login-action@v2
with:
registry: git.pintantan.com
username: $DOCKER_USERNAME
password: $DOCKER_PASSWORD
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ vars.DOCKER_PASSWORD }}
- name: Build and push Docker image
uses: https://gitea.com/docker/build-push-action@v4