Skip to content

Commit 75f4e12

Browse files
Update ghcr.io/cn-docker/hugo Docker tag to v0.160.0 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 118fd3f commit 75f4e12

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
needs: spell-checker
2525
runs-on: ubuntu-latest
26-
container: ghcr.io/cn-docker/hugo:v0.159.2
26+
container: ghcr.io/cn-docker/hugo:v0.160.0
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v6

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
needs: spell-checker
2929
runs-on: ubuntu-latest
30-
container: ghcr.io/cn-docker/hugo:v0.159.2
30+
container: ghcr.io/cn-docker/hugo:v0.160.0
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v6
@@ -70,7 +70,7 @@ jobs:
7070
index-now:
7171
needs: publish
7272
runs-on: ubuntu-latest
73-
container: ghcr.io/cn-docker/hugo:v0.159.2
73+
container: ghcr.io/cn-docker/hugo:v0.160.0
7474
steps:
7575
- name: Checkout
7676
uses: actions/checkout@v6

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
needs: spell-checker
1919
runs-on: ubuntu-latest
20-
container: ghcr.io/cn-docker/hugo:v0.159.2
20+
container: ghcr.io/cn-docker/hugo:v0.160.0
2121
env:
2222
ENV: development
2323
steps:

0 commit comments

Comments
 (0)