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

This commit is contained in:
TheThomaas 2023-05-24 21:09:04 +02:00
parent 61aecc8343
commit 2b198e6bed

View file

@ -26,10 +26,10 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image - name: Build Docker image
run: docker build -t gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example --build-arg SITE_DIRECTORY=dist . run: docker build -t gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example:latest --build-arg SITE_DIRECTORY=dist .
- name: Push Docker image - name: Push Docker image
run: docker push gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example run: docker push gitea.local.thethomaas.net/TheThomaas/11ty-workflow-example:latest
- name: Set up Docker Compose - name: Set up Docker Compose
uses: https://github.com/isbang/compose-action@v1.4.1 uses: https://github.com/isbang/compose-action@v1.4.1