Skip to content

Commit

Permalink
debug buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Echsecutor committed Nov 2, 2020
1 parent 135244b commit b04904b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
buildkitd-flags: --debug

-
name: Login to DockerHub
uses: docker/login-action@v1
Expand Down

0 comments on commit b04904b

Please sign in to comment.