Update .gitea/workflows/build.yaml
Some checks failed
Build docker container / Build image (push) Failing after 10s
Some checks failed
Build docker container / Build image (push) Failing after 10s
This commit is contained in:
parent
da9fbab69f
commit
b608afc3e0
@ -25,7 +25,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
# - name: Set kube.config
|
||||
# run: mkdir ~/.kube && echo "${{ secrets.KUBE_CONFIG_CONTENT }}" >> ~/.kube/config && chmod 700 ~/.kube/config && head -n1 ~/.kube/config
|
||||
# - name: Set up Kubernetes config
|
||||
- name: Set up Kubernetes config
|
||||
run: |
|
||||
mkdir -p ~/.kube
|
||||
echo "${{ KUBE_CONFIG_CONTENT }}" > ~/.kube/config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user