Bump docker/setup-buildx-action from 1 to 2 (#111)

This commit is contained in:
dependabot[bot] 2022-06-02 05:14:32 +00:00 committed by GitHub
parent 3ac2c74249
commit a932f94ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ jobs:
- uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action> - uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action>
- uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action> - uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action>
- uses: docker/login-action@v2 # Action page: <https://github.com/docker/login-action> - uses: docker/login-action@v2 # Action page: <https://github.com/docker/login-action>
with: with: