Skip to content

Commit

Permalink
Update to latest buildx version
Browse files Browse the repository at this point in the history
Signed-off-by: Shahid Shaikh <[email protected]>
  • Loading branch information
shahidhs-ibm committed Jun 19, 2020
1 parent 73050e5 commit b96b20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/checkout@v2
- name: install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v1
uses: crazy-max/ghaction-docker-buildx@v3
with:
version: latest
buildx-version: latest
- name: build the Docker multi-arch image
run: |
docker buildx build \
Expand Down

0 comments on commit b96b20a

Please sign in to comment.