build(deps): bump docker/build-push-action from 2.5.0 to 2.6.1 (#950)

This commit is contained in:
dependabot[bot] 2021-07-05 07:09:06 -05:00 committed by GitHub
parent c090095e08
commit 7ec09fcfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64

View File

@ -70,7 +70,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
context: .
file: ./Dockerfile