Merge pull request #625 from Lookyloo/dependabot/github_actions/docker/build-push-action-4.0.0

build(deps): bump docker/build-push-action from 2.10.0 to 4.0.0
pull/628/head
Raphaël Vinot 2023-03-02 14:17:04 +01:00 committed by GitHub
commit 3eead3ad94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
push: ${{ github.event_name != 'pull_request' }}