mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 12:22:17 +01:00
feat: Remove Docker action
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
.git
|
|
||||||
.github
|
|
||||||
LICENSE
|
|
||||||
README.md
|
|
||||||
action.yml
|
|
||||||
images
|
|
||||||
10
Dockerfile
10
Dockerfile
@@ -1,10 +0,0 @@
|
|||||||
FROM golang:1.13.0-buster
|
|
||||||
|
|
||||||
ENV HUGO_VERSION='0.58.2'
|
|
||||||
ENV HUGO_NAME="hugo_extended_${HUGO_VERSION}_Linux-64bit"
|
|
||||||
ENV HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_NAME}.tar.gz"
|
|
||||||
RUN wget "${HUGO_URL}" && \
|
|
||||||
tar -zxvf "${HUGO_NAME}.tar.gz" && \
|
|
||||||
mv ./hugo /go/bin/
|
|
||||||
|
|
||||||
ENTRYPOINT [ "/go/bin/hugo" ]
|
|
||||||
Reference in New Issue
Block a user