Update deploy.yml

This commit is contained in:
TheThomaas 2023-05-24 22:29:34 +02:00
parent 696ee7b408
commit cd8c397f0d

View file

@ -26,7 +26,7 @@ jobs:
# password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image
run: docker build -t thethomaas/11ty-workflow-example:latest --build-arg SITE_DIRECTORY=dist .
run: sudo docker build -t thethomaas/11ty-workflow-example:latest --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