Skip to content

Commit

Permalink
Merge pull request #9 from crazy-max/fix-readme
Browse files Browse the repository at this point in the history
Use master for now
  • Loading branch information
Tõnis Tiigi authored and GitHub committed Aug 28, 2020
2 parents 4ae16d3 + f2426e5 commit 4d825ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@master
with:
version: latest
-
Expand Down Expand Up @@ -75,13 +75,13 @@ jobs:
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@master
with:
platforms: all
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@master
with:
version: latest
-
Expand Down

0 comments on commit 4d825ca

Please sign in to comment.