Update checkout url
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 5s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 23:14:30 +02:00
parent 6ed71c65fd
commit 10831d150f

View File

@ -11,13 +11,13 @@ jobs:
- name: "Print env" - name: "Print env"
run: echo WORKSPACE run: echo WORKSPACE
- name: "Git clone" - name: "Git clone"
run: git clone ${{ gitea.repository }} run: git clone https://git.kocoder.xyz/${{ gitea.repository }}.git
- name: "Git switch" - name: "Git switch"
run: git checkout ${{ gitea.ref }}" run: git checkout ${{ gitea.ref }}"
- name: "LS" - name: "LS"
run: ls -lisa run: ls -lisa
- name: "LS ECHO" - name: "LS ECHO"
run: echo "$(ls)" "${{ gitea.repository }}" run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.* }}""
- 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: