This commit is contained in:
parent
cc36b83c0c
commit
cb5e9f2d2c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user