We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3424221 commit a9621deCopy full SHA for a9621de
.github/workflows/integration-test.yaml
@@ -15,7 +15,7 @@ jobs:
15
run: VERSION=dev make container
16
- name: make java autoinstrumentation image
17
run: |
18
- cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev .
+ cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev --build-arg version=$(cat version.txt) .
19
- name: Create kind cluster
20
uses: helm/[email protected]
21
with:
0 commit comments