Merge pull request #780 from Lookyloo/dependabot/github_actions/docker/build-push-action-5

build(deps): bump docker/build-push-action from 4 to 5
pull/781/head
Raphaël Vinot 2023-09-12 12:33:58 +02:00 committed by GitHub
commit b65bd126f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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