ci: print revision before download

This may help to uncover a strange cache issue with delayed ImageBuilder
containers being uploaded.

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/137/head
Paul Spooren 2024-06-12 10:12:19 +02:00
parent 4f24894b84
commit 3a7c958a51
1 changed files with 9 additions and 0 deletions

View File

@ -217,6 +217,15 @@ jobs:
${{ matrix.target }},enable=${{ needs.generate_matrix.outputs.version == 'SNAPSHOT' }}
latest,enable=${{ needs.generate_matrix.outputs.version == 'SNAPSHOT' && matrix.target == 'x86/64'}}
- name: Print revision
run: |
env
curl "https://$FILE_HOST/$VERSION_PATH/targets/$TARGET/version.buildinfo"
env:
FILE_HOST: ${{ env.FILE_HOST }}
VERSION_PATH: ${{ needs.generate_matrix.outputs.version_path }}
TARGET: ${{ matrix.target }}
- name: Build and push
uses: docker/build-push-action@v5
with: