File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,35 @@ jobs:
39
39
include :
40
40
# x64 glibc
41
41
- os : ubuntu-22.04
42
- container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64@sha256:ba30663a1c8fcfaabead7336782faa82a4a39ab43efd34add66e377cc8a8aa17
42
+ container :
43
+ image : ghcr.io/your-org/your-image:latest
44
+ credentials :
45
+ username : ${{ github.actor }}
46
+ password : ${{ secrets.GITHUB_TOKEN }}
43
47
node : 18
44
48
binary : linux-x64-glibc-108
45
49
- os : ubuntu-22.04
46
- container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64@sha256:ba30663a1c8fcfaabead7336782faa82a4a39ab43efd34add66e377cc8a8aa17
50
+ container :
51
+ image : ghcr.io/your-org/your-image:latest
52
+ credentials :
53
+ username : ${{ github.actor }}
54
+ password : ${{ secrets.GITHUB_TOKEN }}
47
55
node : 20
48
56
binary : linux-x64-glibc-115
49
57
- os : ubuntu-22.04
50
- container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64@sha256:ba30663a1c8fcfaabead7336782faa82a4a39ab43efd34add66e377cc8a8aa17
58
+ container :
59
+ image : ghcr.io/your-org/your-image:latest
60
+ credentials :
61
+ username : ${{ github.actor }}
62
+ password : ${{ secrets.GITHUB_TOKEN }}
51
63
node : 22
52
64
binary : linux-x64-glibc-127
53
65
- os : ubuntu-22.04
54
- container : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64@sha256:ba30663a1c8fcfaabead7336782faa82a4a39ab43efd34add66e377cc8a8aa17
66
+ container :
67
+ image : ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:latest
68
+ credentials :
69
+ username : ${{ github.actor }}
70
+ password : ${{ secrets.GITHUB_TOKEN }}
55
71
node : 24
56
72
binary : linux-x64-glibc-137
57
73
You can’t perform that action at this time.
0 commit comments