diff --git a/.drone.yml b/.drone.yml index c21c139..eaf8382 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,6 @@ clone: steps: - name: hugo - image: code.ndumas.com/hugo + image: code.ndumas.com/ndumas/hugo commands: - hugo build diff --git a/Dockerfile b/Dockerfile index d1c752d..352e764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ 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