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
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: http://192.168.8.30:3000
|
registry: http://192.168.8.30:3000
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ vars.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
run: echo ${{ vars.DOCKER_USER }} ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Get Meta
|
- name: Get Meta
|
||||||
id: meta
|
id: meta
|
||||||
|
Loading…
x
Reference in New Issue
Block a user