Skip to content

Commit 1429c8c

Browse files
committed
Try our package
1 parent e4f7329 commit 1429c8c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- release/**
88
pull_request:
99

10+
permissions:
11+
contents: read
12+
packages: read # Required for GHCR
13+
1014
jobs:
1115
job_lint:
1216
name: Lint
@@ -35,18 +39,19 @@ jobs:
3539
include:
3640
# x64 glibc
3741
- os: ubuntu-22.04
38-
container: telosalliance/ubuntu-20.04:latest
42+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
3943
node: 18
4044
binary: linux-x64-glibc-108
4145
- os: ubuntu-22.04
42-
container: telosalliance/ubuntu-20.04:latest
46+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
4347
node: 20
4448
binary: linux-x64-glibc-115
4549
- os: ubuntu-22.04
46-
container: telosalliance/ubuntu-20.04:latest
50+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
4751
node: 22
4852
binary: linux-x64-glibc-127
4953
- os: ubuntu-22.04
54+
container: ghcr.io/getsentry/sentry-test-ubuntu-20.04-amd64:0dd255f3d41d013c1db4c4e08ffd22ee7959c3cc
5055
node: 24
5156
binary: linux-x64-glibc-137
5257

0 commit comments

Comments
 (0)