This commit is contained in:
parent
5d75f313c4
commit
7e7df51924
@ -8,14 +8,19 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- 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 }}
|
||||||
|
id: setcontext
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user