1 Commits

Author SHA1 Message Date
de4c80fb89 chore(deps): update hugomods/hugo docker tag to v0.157.0 2026-03-02 00:02:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GIT_TOKEN }} password: ${{ secrets.GIT_TOKEN }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v7 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile

View File

@@ -1,5 +1,5 @@
# Build Stage # Build Stage
FROM hugomods/hugo:0.155.3 AS build FROM hugomods/hugo:0.157.0 AS build
ARG BLOWFISH_VERSION ARG BLOWFISH_VERSION