Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 22, 2021
1 parent 126d331 commit 2a72a72
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,25 @@

## Moved to Docker organization

**This action is ARCHIVED and will not receive any updates, update your workflows to use the official Docker action [docker/setup-buildx-action@v1](https://github.com/docker/setup-buildx-action)**
**This action is ARCHIVED and will not receive any updates, update your workflows to use the official Docker actions.**

Replace

```yaml
- name: Set up Docker Buildx
uses: crazy-max/ghaction-docker-buildx@v3
```

With

```yaml
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
```

## About

Expand Down

0 comments on commit 2a72a72

Please sign in to comment.