mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-24 03:17:59 +02:00
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:
4
.github/workflows/example.yml
vendored
4
.github/workflows/example.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user