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
8848cd59c5
commit
7a6c5bc232
@ -20,12 +20,13 @@ jobs:
|
|||||||
[registry."git.tomcode.io"]
|
[registry."git.tomcode.io"]
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
|
run: echo ${{ vars.DOCKER_USER }} ${{ secrets.DOCKER_PASSWORD }}
|
||||||
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: ${{ vars.DOCKER_USER }}
|
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