Skip to content

Commit

Permalink
digest debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jan 29, 2024
1 parent b2f01ad commit 5175b94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
run: |
bash ${GITHUB_WORKSPACE}/.github/workflows/check_image_update.sh
echo "exitcode=$?" >> "$GITHUB_OUTPUT"
curl https://github.com/${{ github.repository }}/releases/download/${{ env.DIGEST_RELEASE_TAG }}/digest.txt
curl https://github.com/${{ github.repository }}/releases/download/${{ env.DIGEST_RELEASE_TAG }}/digest.txt > last_digest.txt
echo Old digest is: $(cat last_digest.txt)
curl https://differ.vanillaos.org/images/desktop > vanilla-image-info
echo "digest=$(jq -r '.image.releases[-1].digest' vanilla-image-info)" > digest.txt
echo New digest is: $(cat digest.txt)
- name: Update triggered manually
if: github.event_name == 'schedule'
Expand Down

0 comments on commit 5175b94

Please sign in to comment.