Skip to content

Commit

Permalink
ci: setup docker buildx first
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Nov 5, 2021
1 parent d3b4f5a commit 83cc09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 83cc09d

Please sign in to comment.