Skip to content

Commit b7a18ef

Browse files
Update ghcr.io/cn-docker/hugo Docker tag to v0.155.3 (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71953b2 commit b7a18ef

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
@@ -22,7 +22,7 @@ jobs:
2222
run: task spell-check
2323
build:
2424
runs-on: ubuntu-latest
25-
container: ghcr.io/cn-docker/hugo:v0.155.2
25+
container: ghcr.io/cn-docker/hugo:v0.155.3
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v6

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: task spell-check
2727
build:
2828
runs-on: ubuntu-latest
29-
container: ghcr.io/cn-docker/hugo:v0.155.2
29+
container: ghcr.io/cn-docker/hugo:v0.155.3
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v6
@@ -68,7 +68,7 @@ jobs:
6868
user-email: learn.software.eng@gmail.com
6969
index-now:
7070
runs-on: ubuntu-latest
71-
container: ghcr.io/cn-docker/hugo:v0.155.2
71+
container: ghcr.io/cn-docker/hugo:v0.155.3
7272
needs: publish
7373
steps:
7474
- name: Checkout

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: task spell-check
1717
build:
1818
runs-on: ubuntu-latest
19-
container: ghcr.io/cn-docker/hugo:v0.155.2
19+
container: ghcr.io/cn-docker/hugo:v0.155.3
2020
env:
2121
ENV: development
2222
steps:

0 commit comments

Comments
 (0)