fix pipeline maybee
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 21s

This commit is contained in:
Konstantin Hintermayer 2024-07-05 19:34:50 +02:00
parent 2de223da7c
commit eedd2b6d91

View File

@ -14,10 +14,6 @@ jobs:
run: git clone ${{ GITEA_REPOSITORY }} run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch" - name: "Git switch"
run: git checkout ${{ GITEA_REF }} run: git checkout ${{ GITEA_REF }}
- name: "pwd"
run: |
"[ -e /var/run/docker.sock ] && echo exists || echo does not exist"
"cd ubuntu-vscode-node"
- 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: