1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-07-03 18:56:37 -04:00

test oldest hugo version (w/ checksums)

This commit is contained in:
2019-08-26 10:00:50 -04:00
parent 0b5c563a41
commit cd429bb123

View File

@ -1,11 +1,11 @@
FROM alpine:latest
ENV HUGO_VERSION 0.56.3
ENV HUGO_VERSION 0.27
LABEL "com.github.actions.name"="Hugo Build"
LABEL "com.github.actions.description"="Hugo as an action. Includes all legacy versions."
LABEL "com.github.actions.icon"="check-square"
LABEL "com.github.actions.color"="yellow"
LABEL "com.github.actions.description"="Hugo as an action. Includes legacy versions."
LABEL "com.github.actions.icon"="edit"
LABEL "com.github.actions.color"="gray-dark"
LABEL version=${HUGO_VERSION}
LABEL repository="https://github.com/jakejarvis/hugo-build-action"