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