test
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 9s

This commit is contained in:
Konstantin Hintermayer 2024-07-04 23:20:32 +02:00
parent cc36b83c0c
commit cb5e9f2d2c

View File

@ -15,9 +15,7 @@ jobs:
- name: "Git switch"
run: git checkout ${{ GITEA_REF }}
- name: "pwd"
run: |
"echo $SHELL"
"[ -e /var/run/docker.sock ] && echo exists || echo "doesn't exist""
run: "[ -e /var/run/docker.sock ] && echo exists || echo does not exist"
- uses: docker/setup-buildx-action@v3
name: Setup docker buildx
- run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}