add ::debug::
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:43:16 +02:00
parent 367f3096ef
commit 5ff2553007

View File

@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Print env" - name: "Print env"
run: echo WORKSPACE ${{ vars,GITEA_ACTOR }} REPO ${{ vars.GITEA_TOKEN }} REF ${{ vars.GITEA_REF }} run: echo ::debug::WORKSPACE ${{ GITEA_ACTOR }} REPO ${{ vars.GITEA_TOKEN }} REF ${{ vars.GITEA_REF }}
- name: "Git clone" - name: "Git clone"
run: git clone ${{ vars.GITEA_REPOSITORY }} run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch" - name: "Git switch"
run: git checkout ${{ vars.GITEA_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.
with: with: