From ce62dc2088d8f7e4f40e34c044a92dc84e7087d5 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Tue, 24 Feb 2026 19:27:28 +0100 Subject: [PATCH] Use correct image tag --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ab4c419..b6e86e7 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: docker container: - image: docker.io/hugomods/hugo:0.152 + image: docker.io/hugomods/hugo:0.152.0 steps: - name: Pipeline info run: |