Update deploy.yml
Some checks failed
Deploy to Docker Container / deploy (push) Failing after 7s

This commit is contained in:
TheThomaas 2023-05-24 20:44:28 +02:00
parent 4f80d16615
commit fd17c52b2a

View file

@ -19,7 +19,7 @@ jobs:
npm run production npm run production
- name: Log in to Docker registry - name: Log in to Docker registry
uses: docker/login-action@v3 uses: docker/login-action@v2
with: with:
registry: gitea.local.thethomaas.net registry: gitea.local.thethomaas.net
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}