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: