Skip to content

Commit 4483283

Browse files
committed
update
1 parent b272312 commit 4483283

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/update_whitelist.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@ name: Update Docker Image Whitelist
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- master
8-
paths:
9-
- 'docker/**'
105

116
permissions:
127
contents: write
138
pull-requests: write
9+
packages: read
1410

1511
jobs:
1612
update-docker-image-whitelist:

update_image_whitelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if use_ghcr:
1010
response = requests.get(
11-
"https://api.github.com/orgs/ellipsis-labs/packages/container/solana/versions?per_page=100",
11+
"https://api.github.com/orgs/Ellipsis-Labs/packages/container/solana/versions?per_page=100",
1212
headers=headers
1313
)
1414
if response.status_code != 200:

0 commit comments

Comments
 (0)