This commit is contained in:
parent
a0bc5fb45d
commit
b3eaa58fbc
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ jobs:
|
||||||
- name: Log in to Gitea Container Registry
|
- name: Log in to Gitea Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.GITEA_PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
username: ${{ secrets.GITEA_USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
registry: http://git.thecodedom.com:3000
|
registry: http://git.thecodedom.com:3000
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
|
|
Loading…
Reference in a new issue