DEBUG Output
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 6s

This commit is contained in:
Konstantin Hintermayer 2024-07-03 23:03:29 +02:00
parent 728755443b
commit a773032a8e

View File

@ -14,6 +14,8 @@ jobs:
run: git clone ${{ GITEA_REPOSITORY }} run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch" - name: "Git switch"
run: git switch ${{ GITEA_REF }} run: git switch ${{ GITEA_REF }}
- name: "LS"
run: "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 }}