Skip to content

Commit

Permalink
Merge pull request #5 from tonistiigi/docker-driver
Browse files Browse the repository at this point in the history
support for docker driver
  • Loading branch information
CrazyMax authored and GitHub committed Aug 27, 2020
2 parents 41ae3d0 + 48f3bdf commit c42add7
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 409 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,26 @@ jobs:
driver: docker-container
driver-opt: ${{ matrix.driver-opt }}

docker-driver:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.2
-
name: Set up Docker Buildx
uses: ./
id: builder
with:
driver: docker
-
name: Verify
run: |
[[ "${{ steps.builder.outputs.name }}" = "default" ]]
docker buildx inspect
docker buildx inspect | grep Driver | grep docker
docker buildx inspect | grep Status | grep running
with-qemu:
runs-on: ubuntu-latest
strategy:
Expand Down
Loading

0 comments on commit c42add7

Please sign in to comment.