ci: allow arbitrary buildx/buildkit version on workflow dispatch event

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-08-12 16:45:35 +02:00
commit 15b9e74b95
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 83 additions and 32 deletions

View file

@ -72,7 +72,3 @@ jobs:
if: github.event_name != 'pull_request'
run: |
docker buildx imagetools inspect ${{ env.DOCKER_IMAGE }}:${{ steps.meta.outputs.version }}
-
name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v1