debug: pipeline
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s

This commit is contained in:
Konstantin Hintermayer 2024-07-05 19:37:51 +02:00
parent eedd2b6d91
commit 559f86fdab

View File

@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Print env"
run: echo WORKSPACE ${{ GITEA_WORKSPACE }} REPO ${{ GITEA_REPOSITORY }} REF ${{ GITEA_REF }}
run: echo WORKSPACE ${{ GITEA_ACTOR }} REPO ${{ GITEA_TOKEN }} REF ${{ GITEA_REF }}
- name: "Git clone"
run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch"
run: git checkout ${{ GITEA_REF }}
run: git checkout ${{ GITEA_REF }}"
- uses: aevea/action-kaniko@master
name: Run Kaniko to build our docker container.
with: