Skip to content

Commit

Permalink
Add NAP builds for UBI
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 18, 2022
1 parent b7eafa3 commit f8bda9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
secrets: |
"nginx-repo.crt=${{ inputs.nap_modules != '' && secrets.NGINX_AP_CRT || secrets.NGINX_CRT }}"
"nginx-repo.key=${{ inputs.nap_modules != '' && secrets.NGINX_AP_KEY || secrets.NGINX_KEY }}"
"rhel_license=${{ inputs.nap_modules != '' && secrets.RHEL_LICENSE || '' }}"
- name: Load image for Trivy
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [debian-plus-nap]
image: [debian-plus-nap, ubi-plus-nap]
platforms: ["linux/amd64"]
target: [goreleaser, aws]
nap_modules: [dos, waf, "waf,dos"]
Expand Down

0 comments on commit f8bda9d

Please sign in to comment.