Reference correct docker image
continuous-integration/drone/push Build is failing Details

drafts
Nick Dumas 5 months ago
parent a4e6fb644c
commit 35abab1659

@ -6,6 +6,6 @@ clone:
steps: steps:
- name: hugo - name: hugo
image: code.ndumas.com/hugo image: code.ndumas.com/ndumas/hugo
commands: commands:
- hugo build - hugo build

@ -1,2 +1,2 @@
FROM golang FROM golang
RUN CGO_ENABLED=1 go build -tags extended github.com/gohugoio/hugo RUN CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest

Loading…
Cancel
Save