Skip to content

Commit 3bce186

Browse files
committed
add version
1 parent e716f30 commit 3bce186

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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: make our image
15-
run: make container
15+
run: VERSION=dev make container
1616
- name: make java autoinstrumentation image
1717
run: |
1818
cd autoinstrumentation/java && docker build -t java-autoinstrumentation:dev

0 commit comments

Comments
 (0)