diff --git a/.github/workflows/deploy_site.yaml b/.github/workflows/deploy_site.yaml index 8514502..0eeda7b 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://git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest + image: docker://registry.gitlab.com/pages/hugo:latest steps: - name: Checkout