CI: Change docker image
This commit is contained in:
parent
79a97792fc
commit
b5343f5329
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_site.yaml
vendored
2
.github/workflows/deploy_site.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
name: Build site
|
name: Build site
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
|
image: docker://registry.gitlab.com/pages/hugo:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue