Switch Docker image for CI pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3fc57b6ed5
commit
d7d6aba03c
|
@ -4,7 +4,7 @@ type: docker
|
|||
name: Build and Deplo
|
||||
steps:
|
||||
- name: Build site with Hugo
|
||||
image: klakegg/hugo:ext-alpine-ci
|
||||
image: floryn90/hugo:ext-alpine-ci
|
||||
environment:
|
||||
HUGO_SECURITY_HTTP_URLS: none
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue