Update .gitea/workflows/gitea.yaml
All checks were successful
Tomcode landing build/deploy / dockerize (push) Successful in 14s

This commit is contained in:
thomas 2024-09-22 13:27:48 +02:00
parent 28c7c166ea
commit 2b74514c2b

View File

@ -24,7 +24,7 @@ jobs:
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: http://192.168.8.30:3000 registry: https://git.tomcode.io
username: ${{ vars.DOCKER_USER }} username: ${{ vars.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}