Update action
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 10s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 10s
This commit is contained in:
parent
4742754349
commit
dd4c0544cc
|
@ -13,11 +13,9 @@ jobs:
|
|||
- name: "Git clone"
|
||||
run: git clone ${{ GITEA_REPOSITORY }}
|
||||
- name: "Git switch"
|
||||
run: git switch ${{ GITEA_REF }}
|
||||
- name: "LS"
|
||||
run: "echo $(ls)"
|
||||
# - uses: docker/setup-buildx-action@v3
|
||||
# name: Setup docker buildx
|
||||
# - run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
||||
# name: Build the docker container
|
||||
# - run: docker push git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
||||
run: git checkout ${{ GITEA_REF }}
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
name: Setup docker buildx
|
||||
- run: docker build . -t git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
||||
name: Build the docker container
|
||||
- run: docker push git.kocoder.xyz/kocoded/gitea-workspaces:${{ var.GITEA_SHA }}
|
Loading…
Reference in New Issue
Block a user