Skip to content

Commit 3424221

Browse files
committed
fix build command
1 parent 3bce186 commit 3424221

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 .
1919
- name: Create kind cluster
2020
uses: helm/[email protected]
2121
with:

0 commit comments

Comments
 (0)