Skip to content

Commit

Permalink
Update java instrumentation to 1.10.1 (open-telemetry#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Feb 3, 2022
1 parent c53544f commit 1ce403b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish-autoinstrumentation-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- '.github/workflows/publish-autoinstrumentation-java.yaml'
branches:
- main
pull_request:
paths:
- 'autoinstrumentation/java/**'
- '.github/workflows/publish-autoinstrumentation-java.yaml'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -38,7 +42,7 @@ jobs:
uses: docker/build-push-action@v2.8.0
with:
context: autoinstrumentation/java
push: true
push: ${{ github.event_name == 'push' }}
build-args: version=${{ env.VERSION }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion autoinstrumentation/java/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.2
1.10.1

0 comments on commit 1ce403b

Please sign in to comment.