Skip to content

Commit 8f60ab4

Browse files
authored
Update NAP build step (#4429)
1 parent fb1f876 commit 8f60ab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ jobs:
369369

370370
build-docker-nap:
371371
name: Build Docker NAP
372-
needs: build-docker-plus
372+
needs: [binaries, build-docker-plus]
373373
strategy:
374374
fail-fast: false
375375
matrix:
@@ -383,6 +383,7 @@ jobs:
383383
image: ${{ matrix.image }}
384384
target: ${{ matrix.target }}
385385
nap_modules: ${{ matrix.nap_modules }}
386+
release-url: ${{ needs.binaries.outputs.release-url }}
386387
permissions:
387388
contents: read
388389
security-events: write

0 commit comments

Comments
 (0)