Skip to content

Commit

Permalink
Update builder.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob2 authored Nov 12, 2024
1 parent 14eeaf8 commit bd8d636
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ jobs:
echo "VERSION=${VERSION}" >> $GITHUB_ENV
echo "REPO_NAME_LC=$(echo ${GITHUB_REPOSITORY} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
echo "platform may be different than arch. ex armv7 vs arm/v7"
curl -ILs \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.HA_GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/users/${{ github.actor }}/packages/docker/${{ github.event.repository.name }}-${{ matrix.addon }}-${{ matrix.arch }}/versions \
| grep HTTP

- name: Build and push Docker images
Expand Down

0 comments on commit bd8d636

Please sign in to comment.