From d5dea3f072e0652eac69630fe535a85886f06349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 24 Jan 2024 13:21:54 +0100 Subject: [PATCH] debug --- .gitea/workflows/build-image.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 96ce72c..75049d0 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -61,6 +61,9 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} registry: 'h3m6q87t.gra7.container-registry.ovh.net' + - name: debug + run: ls -lah + - name: Build and push uses: https://github.com/docker/build-push-action@v5 with: