This commit is contained in:
parent
ba2adedd9e
commit
0ce1a3e5a4
@ -11,23 +11,10 @@ jobs:
|
|||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
|
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
|
||||||
with:
|
with:
|
||||||
registry: "10.42.1.152:3000"
|
#registry: "10.42.1.152:3000"
|
||||||
#registry: "git.plop.in:80"
|
registry: "git.plop.in:80"
|
||||||
image: "admin/test"
|
image: "admin/test"
|
||||||
username: admin
|
username: admin
|
||||||
password: ${{ secrets.PAT_TOKEN }}
|
password: ${{ secrets.PAT_TOKEN }}
|
||||||
platforms: "linux/arm64"
|
platforms: "linux/arm64"
|
||||||
extra_args: "--insecure"
|
extra_args: "--insecure"
|
||||||
|
|
||||||
- uses: azure/k8s-set-context@v1
|
|
||||||
with:
|
|
||||||
method: kubeconfig
|
|
||||||
kubeconfig: ${{ secrets.KUBE_CFG }}
|
|
||||||
|
|
||||||
- uses: azure/setup-kubectl@v4
|
|
||||||
|
|
||||||
- uses: Azure/k8s-deploy@v5
|
|
||||||
with:
|
|
||||||
namespace: 'default'
|
|
||||||
manifests: |
|
|
||||||
test.yaml
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user