Check if docker exists
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s
This commit is contained in:
parent
49a0c9004f
commit
260637f16c
@ -16,8 +16,10 @@ jobs:
|
||||
run: git checkout ${{ GITEA_REF }}
|
||||
- name: "pwd"
|
||||
run: |
|
||||
"echo pwd"
|
||||
"echo $(pwd)"
|
||||
"echo (pwd)"
|
||||
"echo ${whoami}"
|
||||
"[ -e /var/run/docker.sock ] && echo exists || echo "doesn't exist""
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
name: Setup docker buildx
|
||||
- run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user