Debug Pipelines
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-10-03 23:39:43 +02:00
parent 6b8e5835d4
commit c7010f4bd7

View File

@ -16,6 +16,10 @@ jobs:
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea.sha }}"
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- name: "Print yarn information."
run: cat ~/.yarnrc.yml
- name: "Print yarn information. 2"
run: yarn --version
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: