Skip to content

Commit

Permalink
test stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
punoko committed Apr 17, 2024
1 parent 6c87041 commit 9d00563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
echo VERSION=$(curl -s -H "Authorization: Bearer $(echo -n ${{ secrets.GITHUB_TOKEN }} | base64)" https://ghcr.io/v2/${{ github.repository_owner }}/sonarr/tags/list | jq -r '.tags[]' | grep $VERSION || true) >> $GITHUB_ENV
- name: Build image
if: ${{ env.VERSION == "" }}
if: ${{ env.VERSION == '' }}
run: echo building new image because version mismatch

0 comments on commit 9d00563

Please sign in to comment.