Switching back to ref
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 23:26:59 +02:00
parent 09124bc4a4
commit 4a5b136ef2

View File

@ -15,9 +15,9 @@ jobs:
- name: "LS" - name: "LS"
run: ls -lisa run: ls -lisa
- name: "LS ECHO" - name: "LS ECHO"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.head_ref }}" run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref }}"
- name: "Git switch" - name: "Git switch"
run: git checkout ${{ gitea.head_ref }}" run: git checkout "${{ gitea.ref }}"
- 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.