Update .gitea/workflows/build.yaml
All checks were successful
Build docker container / Build image (push) Successful in 1m44s
All checks were successful
Build docker container / Build image (push) Successful in 1m44s
This commit is contained in:
parent
a74112c198
commit
600b343e74
@ -28,10 +28,8 @@ jobs:
|
||||
- name: Set up Kubernetes config
|
||||
run: |
|
||||
mkdir -p ~/.kube
|
||||
echo "${{ KUBE_CONFIG_CONTENT }}" > ~/.kube/config
|
||||
echo "${{ secrets.KUBE_CONFIG_CONTENT }}" > ~/.kube/config
|
||||
chmod 600 ~/.kube/config
|
||||
env:
|
||||
KUBE_CONFIG_CONTENT: ${{ secrets.KUBE_CONFIG_CONTENT }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user