Skip to content

Commit

Permalink
Merge pull request #11 from ww24/fix-gh-workflow
Browse files Browse the repository at this point in the history
Fix workflow for docker build
  • Loading branch information
ww24 authored Jul 6, 2020
2 parents 32467ab + 2324436 commit 2c4648b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: crazy-max/ghaction-docker-buildx@v3
- uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: crazy-max/ghaction-docker-buildx@v3
- uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit 2c4648b

Please sign in to comment.