We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e716f30 commit 3bce186Copy full SHA for 3bce186
.github/workflows/integration-test.yaml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: make our image
15
- run: make container
+ run: VERSION=dev make container
16
- name: make java autoinstrumentation image
17
run: |
18
cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev
0 commit comments