From ac40c6d71780da57b89c23335800846c1ecc3fb4 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 24 Jan 2024 19:49:43 +0100 Subject: [PATCH] remove the debug step --- .gitea/workflows/build-image.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 232813e..8238cd7 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -62,9 +62,6 @@ 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: