Bump docker/build-push-action from 3.1.1 to 4.0.0 (#167)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
dependabot[bot] 2023-02-21 12:24:34 +01:00 committed by GitHub
parent 3d7b49d3ef
commit dcfce9242b
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@v3.1.1
uses: docker/build-push-action@v4.0.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}