print the ls
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 5s

This commit is contained in:
Konstantin Hintermayer 2024-07-03 23:07:01 +02:00
parent a773032a8e
commit 4742754349

View File

@ -15,7 +15,7 @@ jobs:
- name: "Git switch" - name: "Git switch"
run: git switch ${{ GITEA_REF }} run: git switch ${{ GITEA_REF }}
- name: "LS" - name: "LS"
run: "ls" run: "echo $(ls)"
# - uses: docker/setup-buildx-action@v3 # - uses: docker/setup-buildx-action@v3
# name: Setup docker buildx # name: Setup docker buildx
# - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }} # - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}