Change: kubectl image
All checks were successful
Build image and deploy / release-image (push) Successful in 1m44s
Build image and deploy / deploy (push) Successful in 52s

This commit is contained in:
2024-10-18 16:17:09 +00:00
parent 29793e655c
commit 5fc80d1ab1

View File

@@ -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 }}