Add debug statements to the ci action
Some checks failed
build-docker-imge / Build the docker container (push) Successful in 4m27s
build-docker-imge / Build the docker container (pull_request) Failing after 8s

This commit is contained in:
Konstantin Hintermayer 2024-08-04 22:03:34 +02:00
parent 00fb149d8e
commit 4f9f4bcf72

View File

@ -15,7 +15,7 @@ jobs:
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea }}" "${{ gitea.sha }}"
- name: "Git switch"
run: git switch "${{ gitea.ref_name }}"
- uses: aevea/action-kaniko@master