Update Debug statements 2
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 9s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 23:04:36 +02:00
parent d0318b3c8c
commit 340226cbfd

View File

@ -17,7 +17,7 @@ jobs:
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)"
run: echo "$(ls)" "${{ secrets.GITEA_REPOSITORY }}"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: