Skip to content

Commit a9d2bfe

Browse files
committed
add credentials
1 parent 6d510dd commit a9d2bfe

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,35 @@ jobs:
3939
include:
4040
# x64 glibc
4141
- 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 }}
4347
node: 18
4448
binary: linux-x64-glibc-108
4549
- 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 }}
4755
node: 20
4856
binary: linux-x64-glibc-115
4957
- 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 }}
5163
node: 22
5264
binary: linux-x64-glibc-127
5365
- 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 }}
5571
node: 24
5672
binary: linux-x64-glibc-137
5773

0 commit comments

Comments
 (0)