Skip to content

Commit

Permalink
build(github): setup buildx for building docker
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Aug 5, 2022
1 parent e69ba6a commit ce65ab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ outputs:
runs:
using: composite
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- uses: actions/setup-java@v3.4.1
with:
distribution: 'temurin'
Expand Down

0 comments on commit ce65ab9

Please sign in to comment.