Add debug print statements
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:03:30 +02:00
parent 2304a6d32d
commit d0318b3c8c

View File

@ -9,11 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Print env"
run: echo ::debug::WORKSPACE
run: echo WORKSPACE
- name: "Git clone"
run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch"
run: git checkout ${{ GITEA_REF }}"
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: