1 Commits

Author SHA1 Message Date
46b5508a40 chore(deps): update docker/login-action action to v4 2026-03-05 00:02:06 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to Docker registry - name: Login to Docker registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.d3vyce.fr registry: git.d3vyce.fr
username: ${{ github.actor }} username: ${{ github.actor }}

View File

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