From ec156436fb2438d74a17b741772a6fe2e858b64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Nonnenmacher?= Date: Sat, 10 Jan 2026 20:40:16 +0100 Subject: [PATCH] Update Docker image tag in workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04a490f..79dfe67 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,4 +31,4 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - tags: ${{ secrets.REGISTRY_URL }}/website:latest + tags: ${{ secrets.REGISTRY_URL }}/lnmch/website:latest