CD into repository directory after cloning it
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 8s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 8s
This commit is contained in:
@ -11,14 +11,13 @@ jobs:
|
||||
- name: "Print env"
|
||||
run: echo WORKSPACE
|
||||
- name: "Git clone"
|
||||
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git && cd "${{ gitea.repository_name }}"
|
||||
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git repository && cd repository
|
||||
- name: "LS"
|
||||
run: ls -lisa
|
||||
- name: "LS ECHO"
|
||||
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref }}"
|
||||
- name: "Git switch"
|
||||
run: git checkout "${{ gitea.ref }}"
|
||||
|
||||
- uses: aevea/action-kaniko@master
|
||||
name: Run Kaniko to build our docker container.
|
||||
with:
|
||||
|
Reference in New Issue
Block a user