Merge pull request #592 from Lookyloo/dependabot/github_actions/docker/build-push-action-4

build(deps): bump docker/build-push-action from 3 to 4
pull/593/head
Raphaël Vinot 2023-01-31 12:08:10 +01:00 committed by GitHub
commit 9337a96e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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