explicitly ask for "latest"
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:
surtur 2020-03-03 23:28:06 +01:00
parent 0d405d544c
commit 6acb69b815
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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