File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Follow [the documentation here](https://www.dynatrace.com/support/help/platform-
18
18
- ` -urn ` = URN generated above
19
19
20
20
```
21
- docker run --rm ghcr.io/dynatrace-oss/bizevent-pusher:v1.1.0 \
21
+ docker run --rm ghcr.io/dynatrace-oss/bizevent-pusher:v1.1.1 \
22
22
-ten https://abc12345.live.dynatrace.com \
23
23
-ocid dt0s02.***** \
24
24
-ocs dt0s02.*****.**************** \
59
59
TRIGGER: ${{ (github.event_name == 'issues') && 'issue' || 'pull_request' }}
60
60
run: |
61
61
URL=$(jq -r '${{ format('.event.{0}.html_url', env.TRIGGER) }}' <<< '${{ toJSON(github) }}')
62
- docker run --rm ghcr.io/dynatrace-oss/bizevent-pusher:v1.1.0 \
62
+ docker run --rm ghcr.io/dynatrace-oss/bizevent-pusher:v1.1.1 \
63
63
-ten ${{ secrets.DT_TENANT_URL }} \
64
64
-ocid ${{ secrets.DT_OAUTH_CLIENT_ID }} \
65
65
-ocs ${{ secrets.DT_OAUTH_CLIENT_SECRET }} \
@@ -83,5 +83,5 @@ Optional, but if you want to clone this repo and build a custom version:
83
83
```
84
84
git clone https://github.com/dynatrace-oss/bizevent-pusher.git
85
85
cd bizevent-pusher
86
- docker build -t YOU/bizevent-pusher:1.0.1 code/.
86
+ docker build -t YOU/bizevent-pusher:dev code/.
87
87
```
You can’t perform that action at this time.
0 commit comments