From 0b3b476e7cd9d62bbdce345975cb1679c1bc2a3a Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Tue, 26 Sep 2023 18:53:24 -0700 Subject: [PATCH] Update NAP build step --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c34b465224..60a26bbcbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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