1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-22 17:58:17 +00:00

Update build workflow

This commit is contained in:
CrazyMax 2020-08-28 08:57:43 +02:00
parent 1a1c4899f8
commit 1d2733b051
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -68,4 +68,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 }}