mirror of https://github.com/openwrt/docker.git
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
parent
4f24894b84
commit
3a7c958a51
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue