Compare commits

..

1 Commits

Author SHA256 Message Date
4f9f4bcf72 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
2024-08-04 22:04:50 +02:00

View File

@ -15,7 +15,7 @@ jobs:
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea }} "${{ gitea.sha }}"
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