Skip to content

Commit b4eac88

Browse files
authored
Update examples to v1.1.1
1 parent 363a7de commit b4eac88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Follow [the documentation here](https://www.dynatrace.com/support/help/platform-
1818
- `-urn` = URN generated above
1919

2020
```
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 \
2222
-ten https://abc12345.live.dynatrace.com \
2323
-ocid dt0s02.***** \
2424
-ocs dt0s02.*****.**************** \
@@ -59,7 +59,7 @@ jobs:
5959
TRIGGER: ${{ (github.event_name == 'issues') && 'issue' || 'pull_request' }}
6060
run: |
6161
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 \
6363
-ten ${{ secrets.DT_TENANT_URL }} \
6464
-ocid ${{ secrets.DT_OAUTH_CLIENT_ID }} \
6565
-ocs ${{ secrets.DT_OAUTH_CLIENT_SECRET }} \
@@ -83,5 +83,5 @@ Optional, but if you want to clone this repo and build a custom version:
8383
```
8484
git clone https://github.com/dynatrace-oss/bizevent-pusher.git
8585
cd bizevent-pusher
86-
docker build -t YOU/bizevent-pusher:1.0.1 code/.
86+
docker build -t YOU/bizevent-pusher:dev code/.
8787
```

0 commit comments

Comments
 (0)