Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Aug 26, 2022
1 parent 1b28596 commit 05cd00e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- run: wget -O run https://raw.githubusercontent.com/minidocks/images/master/run
- env:
DOCKER_LOGIN: ${{ secrets.DOCKER_LOGIN }}
Expand Down

0 comments on commit 05cd00e

Please sign in to comment.