Reorder action file
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
This commit is contained in:
parent
10831d150f
commit
bc43124b16
|
@ -12,12 +12,13 @@ jobs:
|
||||||
run: echo WORKSPACE
|
run: echo WORKSPACE
|
||||||
- name: "Git clone"
|
- name: "Git clone"
|
||||||
run: git clone https://git.kocoder.xyz/${{ gitea.repository }}.git
|
run: git clone https://git.kocoder.xyz/${{ gitea.repository }}.git
|
||||||
- name: "Git switch"
|
|
||||||
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 }}" "${{ gitea.* }}""
|
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.* }}""
|
||||||
|
- name: "Git switch"
|
||||||
|
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.
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user