remove debug steps
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 51s
build-docker-imge / Build the docker container (pull_request) Failing after 32s

This commit is contained in:
Konstantin Hintermayer 2024-10-03 23:42:27 +02:00
parent c7010f4bd7
commit f3e3975d99

View File

@ -16,10 +16,6 @@ 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: