Switch to the triggering branch
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 9s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 9s
This commit is contained in:
parent
3eeeaf2e6a
commit
9aad35fcd0
|
@ -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.ref }}"
|
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}"
|
||||||
- name: "Git switch"
|
- name: "Git switch"
|
||||||
run: git checkout "${{ gitea.ref }}"
|
run: git switch "${{ gitea.ref_name }}"
|
||||||
- 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