Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / dockerize (push) Failing after 20s
Some checks failed
Tomcode landing build/deploy / dockerize (push) Failing after 20s
This commit is contained in:
parent
7a6c5bc232
commit
28c7c166ea
@ -10,6 +10,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-latest
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
run: echo ${{ vars.DOCKER_USER }} ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
@ -20,7 +22,6 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user