Update build workflow

This commit is contained in:
CrazyMax
2020-08-28 21:59:22 +02:00
parent 726bb4ae14
commit 6196db1538

View File

@@ -135,4 +135,4 @@ jobs:
name: Docker Check Manifest
if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || startsWith(github.ref, 'refs/tags/'))
run: |
docker run --rm mplatform/mquery ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}