From e5fa29db602cec3795f9460e55a09b9c065986b8 Mon Sep 17 00:00:00 2001 From: Jonathan Perry Date: Tue, 7 Jan 2025 14:59:23 -0600 Subject: [PATCH] change the build env image used in the build-and-test workflow we previously only changed the build-and-release workflow to use the container image generated by opentelemetry-network-build-tools. This also changes the build-and-test workflow. --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 81cbf6a5..ea89462d 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -11,7 +11,7 @@ on: paths: env: - BENV_IMAGE: public.ecr.aws/u7d6c4a3/solarwinds-opentelemetry-network:benv-exp + BENV_IMAGE: docker.io/otel/opentelemetry-network-build-tools concurrency: group: build-and-test-${{ github.event.pull_request_number || github.ref }}