Include debug output in the pipeline
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 40s

This commit is contained in:
Konstantin Hintermayer 2024-07-03 22:21:54 +02:00
parent 95b9023a8e
commit d75005941d

View File

@ -8,6 +8,12 @@ jobs:
name: Build the docker container
runs-on: ubuntu-latest
steps:
- name: Print env vars
run: echo ${{ var.GITEA_SHA }}
- name: Print env vars2
run: echo ${{ github.repository }}
- name: Print env vars3
run: echo ${{ gitea.repository }}
- uses: actions/checkout@v4
name: ⬇️ Checking out the repository
- uses: docker/setup-buildx-action@v3