Switching back to ref
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s
This commit is contained in:
parent
09124bc4a4
commit
4a5b136ef2
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user