[+] 修改 login 账户
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 10s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 10s
This commit is contained in:
parent
22848f01e7
commit
9af73a40ca
@ -14,9 +14,9 @@ jobs:
|
||||
- name: Log in to Docker Hub
|
||||
uses: https://git.martin98.com/actions/login-action.git@v3
|
||||
with:
|
||||
registry: ${{ vars.DOCKER_HUB }}
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ vars.DOCKER_PASSWORD }}
|
||||
registry: ${{ vars.GIT_IMAGE_URL }}
|
||||
username: ${{ vars.GIT_IMAGE_USERNAME }}
|
||||
password: ${{ vars.GIT_IMAGE_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: https://git.martin98.com/actions/build-push-action.git@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user