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