Skip to content

Commit

Permalink
Correct the versions
Browse files Browse the repository at this point in the history
Signed-off-by: Shahid Shaikh <[email protected]>
  • Loading branch information
shahidhs-ibm committed Dec 15, 2020
1 parent bcf0eea commit 8965864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2
- name: install buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3
with:
buildx-version: latest
qemu-version: latest
- name: build the Docker multi-arch image
run: |
docker buildx build \
Expand Down

0 comments on commit 8965864

Please sign in to comment.