Skip to content

Commit

Permalink
update to NAP
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jan 6, 2025
1 parent 1c480b5 commit bd462e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/agent-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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

0 comments on commit bd462e9

Please sign in to comment.