We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53544f commit 1ce403bCopy full SHA for 1ce403b
.github/workflows/publish-autoinstrumentation-java.yaml
@@ -7,6 +7,10 @@ on:
7
- '.github/workflows/publish-autoinstrumentation-java.yaml'
8
branches:
9
- main
10
+ pull_request:
11
+ paths:
12
+ - 'autoinstrumentation/java/**'
13
+ - '.github/workflows/publish-autoinstrumentation-java.yaml'
14
workflow_dispatch:
15
16
jobs:
@@ -38,7 +42,7 @@ jobs:
38
42
uses: docker/build-push-action@v2.8.0
39
43
with:
40
44
context: autoinstrumentation/java
41
- push: true
45
+ push: ${{ github.event_name == 'push' }}
46
build-args: version=${{ env.VERSION }}
47
tags: ${{ steps.meta.outputs.tags }}
48
labels: ${{ steps.meta.outputs.labels }}
autoinstrumentation/java/version.txt
@@ -1 +1 @@
1
-1.9.2
+1.10.1
0 commit comments