diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4a36cab..bceef99 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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