We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bce186 commit 3424221Copy full SHA for 3424221
.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 .
19
- name: Create kind cluster
20
uses: helm/[email protected]
21
with:
0 commit comments