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

This commit is contained in:
TheThomaas 2023-05-24 20:43:44 +02:00
parent 781c22efa0
commit 4f80d16615

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@v1 uses: docker/login-action@v3
with: with:
registry: gitea.local.thethomaas.net registry: gitea.local.thethomaas.net
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
@ -32,7 +32,7 @@ jobs:
run: docker push gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example run: docker push gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example
- name: Set up Docker Compose - name: Set up Docker Compose
uses: docker/compose-action@v1 uses: isbang/compose-action@v1.4.1
with: with:
compose-file: docker-compose.yml compose-file: docker-compose.yml