Compare commits

...

2 Commits

Author SHA1 Message Date
f536dd7185 Merge branch 'feature-test' of git.chopark.home:wesscho/Catalog26 into feature-test
Some checks failed
Build and Deploy / build-and-push (pull_request) Successful in 8s
Build and Deploy / deploy-to-k8s (pull_request) Failing after 1s
2026-02-01 21:22:06 -08:00
282dbb8c35 use bitnami/kubectl container image 2026-02-01 21:21:44 -08:00

View File

@@ -41,6 +41,10 @@ jobs:
deploy-to-k8s:
needs: build-and-push
runs-on: ubuntu-latest
container:
image: bitnami/kubectl:latest
steps:
- name: Set Kubeconfig
run: |