Update docker/setup-buildx-action action to v2 (#6)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
be76f281db
commit
2e4b779f03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
- name: 🏗 Set up Docker Buildx
|
- name: 🏗 Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: 🪄 Extract metadata (tags, labels)
|
- name: 🪄 Extract metadata (tags, labels)
|
||||||
id: meta
|
id: meta
|
||||||
|
|
Loading…
Reference in a new issue