From bd462e9db96c7f887c5f1e489f602a6f3f0f691e Mon Sep 17 00:00:00 2001 From: Paul Abel Date: Mon, 6 Jan 2025 15:57:12 +0000 Subject: [PATCH] update to NAP --- .github/workflows/agent-v3.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/agent-v3.yml b/.github/workflows/agent-v3.yml index 1938135a23..8215489a17 100644 --- a/.github/workflows/agent-v3.yml +++ b/.github/workflows/agent-v3.yml @@ -42,8 +42,8 @@ jobs: printf '%s\n' "${CERT}" > build/nginx-repo.crt printf '%s\n' "${KEY}" > build/nginx-repo.key env: - CERT: ${{ secrets.NGINX_CRT }} - KEY: ${{ secrets.NGINX_KEY }} + CERT: ${{ secrets.NGINX_AP_CRT }} + KEY: ${{ secrets.NGINX_AP_KEY }} - name: Build Image run: | @@ -52,11 +52,11 @@ jobs: env: REGISTRY: gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev PREFIX: pdabel - TAG: plus + TAG: nap - name: Push image run: docker push ${REGISTRY}/${PREFIX}:${TAG} env: REGISTRY: gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev PREFIX: pdabel - TAG: plus + TAG: nap