Skip to content

Commit

Permalink
Add new images to check_updates job
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 25, 2023
1 parent 7cc985b commit 4d347be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
id: check_updates
run: |
UPDATED_IMAGES=""
IMAGES=("twitch-chat" "twitch-events" "steam" "dota")
for IMAGE in "${IMAGES[@]}"; do
NEW_MANIFEST=$(curl -H "Accept: application/vnd.oci.image.index.v1+json" -H "Authorization: Bearer ${{ secrets.GHA_READ_PKG }}" "https://ghcr.io/v2/dotabod/$IMAGE/manifests/v2.1")
OLD_MANIFEST_VAR="OLD_${IMAGE^^}_MANIFEST"
Expand Down

0 comments on commit 4d347be

Please sign in to comment.