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

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

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