From a9621de818c1688c67f408ef8f2efae504c1df9e Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Tue, 28 Jan 2025 11:00:46 -0800 Subject: [PATCH] add version to java image build --- .github/workflows/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 76b3ec3eca..5f69666baf 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -15,7 +15,7 @@ jobs: run: VERSION=dev make container - name: make java autoinstrumentation image run: | - cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev . + cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev --build-arg version=$(cat version.txt) . - name: Create kind cluster uses: helm/kind-action@v1.11.0 with: