Update deploy.yml
This commit is contained in:
parent
4f80d16615
commit
fd17c52b2a
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue