mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2026-07-22 20:55:56 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f40b055b15 |
@@ -24,7 +24,7 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# the following version can be overridden at image build time with --build-arg
|
||||
# renovate: datasource=github-releases depName=gohugoio/hugo
|
||||
ARG HUGO_VERSION=0.141.0
|
||||
ARG HUGO_VERSION=0.124.1
|
||||
|
||||
# remove/comment the following line completely to compile vanilla Hugo:
|
||||
ARG HUGO_BUILD_TAGS=extended
|
||||
|
||||
Reference in New Issue
Block a user