ci(workflows): use untagged bitnami/kubectl image
- remove explicit "1.32" tag from container image in .gitea/workflows/build.yml (image changed from bitnami/kubectl:1.32 to bitnami/kubectl)
This commit is contained in:
@@ -152,7 +152,7 @@ jobs:
|
||||
runs-on: docker
|
||||
needs: promote-and-deploy
|
||||
container:
|
||||
image: bitnami/kubectl:1.32
|
||||
image: bitnami/kubectl
|
||||
steps:
|
||||
- name: Write kubeconfig
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user