Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 12s
Some checks failed
Build docker container / Build image (push) Failing after 12s
This commit is contained in:
parent
3a82522995
commit
e66558d5d9
@ -51,7 +51,7 @@ jobs:
|
||||
# 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
|
||||
run: mkdir ~/.kube && echo "${{ secrets.KUBE_CONFIG_CONTENT }}" >> ~/.kube/config && chmod 700 ~/.kube/config && head -n1 ~/.kube/config
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user