build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0 (#153)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-15 08:45:56 +00:00 committed by GitHub
parent fb38a02b4b
commit a5ae2dcc7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Docker Buildx (build)
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
if: success() && !contains(github.ref, 'master')
with:
push: false
@ -80,7 +80,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker Buildx (push)
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
if: success() && contains(github.ref, 'master')
with:
push: true