Skip to content

Commit

Permalink
v1 mutable tag
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Sep 8, 2020
1 parent 80d96c0 commit 997111b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
uses: actions/checkout@v2.3.2
-
name: Set up QEMU
uses: docker/setup-qemu-action@master
uses: docker/setup-qemu-action@v1
with:
platforms: ${{ matrix.qemu-platforms }}
-
Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v1
with:
version: latest
-
Expand Down Expand Up @@ -78,13 +78,13 @@ jobs:
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@master
uses: docker/setup-qemu-action@v1
with:
platforms: all
-
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v1
with:
version: latest
-
Expand All @@ -110,7 +110,7 @@ jobs:
name: Checkout
uses: actions/checkout@v2
-
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v1
id: buildx
with:
install: true
Expand Down

0 comments on commit 997111b

Please sign in to comment.