Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 8s
Some checks failed
Build docker container / Build image (push) Failing after 8s
This commit is contained in:
parent
779dd68ebb
commit
83e623320a
@ -50,6 +50,8 @@ jobs:
|
||||
# DOCKER_TLS_CERTDIR: "/certs"
|
||||
# DOCKER_TLS_VERIFY: 1
|
||||
# DOCKER_CERT_PATH: "/certs/server"
|
||||
- name: Set kube.config
|
||||
run: mkdir ~/.kube && echo ${{ secrets.KUBE_CONFIG_CONTENT }} >> ~/.kube/config && chmod 700 ~/.kube/config
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user