Update debug statements 3
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 8s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 23:05:48 +02:00
parent 340226cbfd
commit 0442eea2c4

View File

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