From 1f27c4eedb9648f4ef4fc442024d3c82aab61039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=20Pr=C3=A9vost-Corvellec=20Arnault?= Date: Wed, 8 Apr 2026 20:16:14 +0200 Subject: [PATCH] Update build-and-push workflow to comment out GIT_DEFAULT_HASH environment variable --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 18b8bcb..d9a97e9 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -15,7 +15,7 @@ on: - 'talks-slides-dist/**' env: - GIT_DEFAULT_HASH: sha256 + # GIT_DEFAULT_HASH: sha256 DOCKER_HOST: 'unix:///var/run/docker.sock' DOCKER_CERT_PATH: '/certs/client' IMAGE_REGISTRY: git.specificat.io