Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / dockerize (push) Failing after 0s

This commit is contained in:
thomas 2024-09-22 13:25:07 +02:00
parent f761e57f38
commit 8848cd59c5

View File

@ -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