From 26d106a4c8f29f9e58623242d9cb788fe9e05779 Mon Sep 17 00:00:00 2001 From: luho Date: Mon, 10 Feb 2025 15:23:29 +0100 Subject: [PATCH] tr lorawan: fix ci/cd bdp provenance url --- .github/workflows/tr-lorawan.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tr-lorawan.yml b/.github/workflows/tr-lorawan.yml index ea4cac5..0dada17 100644 --- a/.github/workflows/tr-lorawan.yml +++ b/.github/workflows/tr-lorawan.yml @@ -90,7 +90,8 @@ jobs: .image.pullPolicy="IfNotPresent" | .env.BDP_PROVENANCE_NAME="${{ env.PROJECT_NAME }}" | - .env.BDP_PROVENANCE_VERSION="${{ github.sha}}" + .env.BDP_PROVENANCE_VERSION="${{ github.sha}}" | + .env.BDP_BASE_URL="https://mobility.share.opendatahub.com" ' ${{ env.VALUES_YAML }}