Bump docker/build-push-action from 2.4.0 to 2.6.1 (#72)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-05 09:17:24 +02:00 committed by GitHub
parent 8319f37325
commit bc1bf2ddd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2.4.0
uses: docker/build-push-action@v2.6.1
with:
context: .
push: ${{ github.event_name != 'pull_request' }}