Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / dockerize (push) Failing after 0s
Some checks failed
Tomcode landing build/deploy / dockerize (push) Failing after 0s
This commit is contained in:
parent
f761e57f38
commit
8848cd59c5
@ -23,8 +23,9 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: http://192.168.8.30:3000
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
username: ${{ vars.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
run: echo ${{ vars.DOCKER_USER }} ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Get Meta
|
||||
id: meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user