Skip to content

Commit

Permalink
Merge pull request #85 from ngundotra/update-whitelist
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ngundotra authored Oct 24, 2024
2 parents 8281715 + 4483283 commit e14fb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update_whitelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ name: Update Docker Image Whitelist

on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'docker/**'

permissions:
contents: write
pull-requests: write
packages: read

jobs:
update-docker-image-whitelist:
Expand Down
2 changes: 1 addition & 1 deletion update_image_whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

if use_ghcr:
response = requests.get(
"https://api.github.com/orgs/ellipsis-labs/packages/container/solana/versions?per_page=100",
"https://api.github.com/orgs/Ellipsis-Labs/packages/container/solana/versions?per_page=100",
headers=headers
)
if response.status_code != 200:
Expand Down

0 comments on commit e14fb2c

Please sign in to comment.