From 2cefdaa85d66668409ffbd5c7078af9bb06329a7 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 23 Nov 2025 00:59:56 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20f=C3=BCge=20ls-Befehl=20zur=20Ausgabe=20?= =?UTF-8?q?der=20Verzeichnisinhalte=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 4645c0d..b5d0beb 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -61,6 +61,8 @@ jobs: username = "${{ secrets.DOCKER_USERNAME }}" password = "${{ secrets.DOCKER_PASSWORD }}" + - run: ls -lha + - name: Build and Push Docker latest Image if: gitea.ref == 'refs/heads/main' uses: docker/build-push-action@v6