From d9ee643f059e907988fcb04198c56255fb212b69 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sat, 20 Jan 2024 21:25:36 +0100 Subject: [PATCH] some debug --- .gitea/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index dca7bb7..a183d74 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,3 +18,11 @@ jobs: registry: git.keine.cloud username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} + + - name: Debug + shell: bash + run: echo $GITHUB_REPOSITORY + + - name: Debug + shell: bash + run: echo $GITEA_REPOSITORY