explicitly ask for "latest"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* latest is actually the most recent tag for this image
This commit is contained in:
parent
0d405d544c
commit
6acb69b815
@ -6,7 +6,7 @@ name: hugo-builder
|
|||||||
steps:
|
steps:
|
||||||
- name: hugo-extended
|
- name: hugo-extended
|
||||||
pull: always
|
pull: always
|
||||||
image: immawanderer/docker-archlinux-hugo
|
image: immawanderer/docker-archlinux-hugo:latest
|
||||||
commands:
|
commands:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
Loading…
Reference in New Issue
Block a user