Checkout to the latest commit sha
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 4m5s
build-docker-imge / Build the docker container (pull_request) Successful in 4m6s

This commit is contained in:
Konstantin Hintermayer 2024-08-04 22:21:48 +02:00
parent 4f9f4bcf72
commit 3ecb478a36

View File

@ -15,9 +15,9 @@ jobs:
- name: "LS"
run: ls -lisa
- name: "LS ECHO"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea }}" "${{ gitea.sha }}"
- name: "Git switch"
run: git switch "${{ gitea.ref_name }}"
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea.sha }}"
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: