From b8ec9f98e9cfd64b3f109282229c5b7d59642a37 Mon Sep 17 00:00:00 2001 From: Eoin O'Shaughnessy Date: Tue, 2 Jul 2024 16:42:27 +0100 Subject: [PATCH] upstream changes --- .github/workflows/build-ot-dependency.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-ot-dependency.yml b/.github/workflows/build-ot-dependency.yml index b3c3f0f952..040ade555c 100644 --- a/.github/workflows/build-ot-dependency.yml +++ b/.github/workflows/build-ot-dependency.yml @@ -1,9 +1,9 @@ name: Build OpenTracing Dependency on: - # push: - # branches: - # - "ot-build" + push: + branches: + - "ot-build" workflow_dispatch: inputs: nginx_version: @@ -42,7 +42,7 @@ jobs: if [ -z "${{ inputs.nginx_version }}" ]; then nginx_version="${{ inputs.nginx_version }}" else - nginx_version=$(grep -m1 'ARG BUILD_NGINX_VERSION=' > $GITHUB_OUTPUT @@ -93,4 +93,6 @@ jobs: target: final sbom: false provenance: mode=max - build-args: BUILD_OS=${{ matrix.os }} + build-args: | + BUILD_OS=${{ matrix.os }} + NGINX_VERSION=${{ steps.var.outputs.nginx_version }}