File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Build image
1515 id : build-image
3737 needs : build-and-push
3838
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141
4242 - name : Pull image and create a container
4343 run : docker create --name riksutin quay.io/toska/riksutin:production
@@ -46,11 +46,11 @@ jobs:
4646 run : docker cp riksutin:/opt/app-root/src ./app
4747
4848 - name : Create Sentry release
49- uses : getsentry/action-release@v1
49+ uses : getsentry/action-release@v3
5050 env :
51- SENTRY_URL : https://toska.cs .helsinki.fi/
51+ SENTRY_URL : https://toska.it .helsinki.fi/
5252 SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_TOKEN }}
53- SENTRY_ORG : toska
53+ SENTRY_ORG : sentry
5454 SENTRY_PROJECT : riksutin
5555 with :
5656 environment : production
You can’t perform that action at this time.
0 commit comments