Skip to content

Commit

Permalink
Merge pull request #309 from banzaicloud/build/build-push-action-fix
Browse files Browse the repository at this point in the history
Fix build-push-action
  • Loading branch information
pbalogh-sa authored Sep 21, 2020
2 parents 960abaf + 913ba29 commit fc0350e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ jobs:
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
driver-opts: image=moby/buildkit:master

- name: Checkout code
uses: actions/checkout@v2
- name: Cache Docker layers
Expand Down

0 comments on commit fc0350e

Please sign in to comment.