Skip to content

Commit

Permalink
Update NAP build step (#4429) (#4518)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f60ab4)
  • Loading branch information
lucacome committed Oct 13, 2023
1 parent 47dda4a commit ccaf5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -369,7 +369,7 @@ jobs:

build-docker-nap:
name: Build Docker NAP
needs: build-docker-plus
needs: [binaries, build-docker-plus]
strategy:
fail-fast: false
matrix:
Expand All @@ -383,6 +383,7 @@ jobs:
image: ${{ matrix.image }}
target: ${{ matrix.target }}
nap_modules: ${{ matrix.nap_modules }}
release-url: ${{ needs.binaries.outputs.release-url }}
permissions:
contents: read
security-events: write
Expand Down

0 comments on commit ccaf5bc

Please sign in to comment.