get k8s namespace from actions var
Some checks failed
Build NGINX on Ubuntu / build-and-deploy (push) Failing after 1m13s

This commit is contained in:
huangzhiqiang 2025-06-12 13:52:34 +08:00
parent 1e2e6023d2
commit 73b55440f8

View File

@ -254,7 +254,7 @@ jobs:
export HARBOR_USERNAME="${{ secrets.HARBOR_USERNAME }}"
export HARBOR_PASSWORD="${{ secrets.HARBOR_PASSWORD }}"
export NGINX_IMAGE_TAG="${{ github.sha }}"
export NAMESPACE="${{ secrets.K8S_NAMESPACE || 'nginx' }}"
export NAMESPACE="${{ vars.K8S_NAMESPACE || 'app-nginx' }}"
# 进入 k8s 目录
cd k8s