Skip to content

Commit 1ce403b

Browse files
authored
Update java instrumentation to 1.10.1 (open-telemetry#688)
1 parent c53544f commit 1ce403b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish-autoinstrumentation-java.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- '.github/workflows/publish-autoinstrumentation-java.yaml'
88
branches:
99
- main
10+
pull_request:
11+
paths:
12+
- 'autoinstrumentation/java/**'
13+
- '.github/workflows/publish-autoinstrumentation-java.yaml'
1014
workflow_dispatch:
1115

1216
jobs:
@@ -38,7 +42,7 @@ jobs:
3842
uses: docker/build-push-action@v2.8.0
3943
with:
4044
context: autoinstrumentation/java
41-
push: true
45+
push: ${{ github.event_name == 'push' }}
4246
build-args: version=${{ env.VERSION }}
4347
tags: ${{ steps.meta.outputs.tags }}
4448
labels: ${{ steps.meta.outputs.labels }}

autoinstrumentation/java/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.2
1+
1.10.1

0 commit comments

Comments
 (0)