use pwd instead of whoami
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 6s

This commit is contained in:
Konstantin Hintermayer 2024-07-04 23:07:36 +02:00
parent e840f94eff
commit 49a0c9004f

View File

@ -14,10 +14,10 @@ jobs:
run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch"
run: git checkout ${{ GITEA_REF }}
- name: "WHOAMI"
- name: "pwd"
run: |
"echo $(whoami)"
"echo (whoami)"
"echo $(pwd)"
"echo (pwd)"
- uses: docker/setup-buildx-action@v3
name: Setup docker buildx
- run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}