Skip to content

Commit

Permalink
add version to java image build
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jan 28, 2025
1 parent 3424221 commit a9621de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit a9621de

Please sign in to comment.