diff --git a/.github/workflows/deploy_site.yaml b/.github/workflows/deploy_site.yaml index 0eeda7b..52a3fbe 100644 --- a/.github/workflows/deploy_site.yaml +++ b/.github/workflows/deploy_site.yaml @@ -15,7 +15,7 @@ jobs: name: Build site runs-on: ubuntu-latest container: - image: docker://registry.gitlab.com/pages/hugo:latest + image: docker://hugomods/hugo:ci-non-root steps: - name: Checkout