Skip to content

Commit

Permalink
add: buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed May 4, 2022
1 parent d8fa925 commit 80c2cd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v1
id: buildx
with:
install: true
- uses: docker/metadata-action@v3
id: meta
with:
Expand Down

0 comments on commit 80c2cd6

Please sign in to comment.