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: