Change: kubectl image
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: deploy
|
name: Build image and deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push
|
push
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
needs: release-image
|
needs: release-image
|
||||||
runs-on: imgbuilder
|
runs-on: imgbuilder
|
||||||
container:
|
container:
|
||||||
image: gitea.konchin.com/system/kubectl-image
|
image: gitea.konchin.com/image/kubectl
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user