Skip to content

Commit a9621de

Browse files
committed
add version to java image build
1 parent 3424221 commit a9621de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: VERSION=dev make container
1616
- name: make java autoinstrumentation image
1717
run: |
18-
cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev .
18+
cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev --build-arg version=$(cat version.txt) .
1919
- name: Create kind cluster
2020
uses: helm/[email protected]
2121
with:

0 commit comments

Comments
 (0)