mirror of https://github.com/CIRCL/lookyloo
Merge pull request #939 from Lookyloo/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6pull/940/head
commit
193456a7e5
|
@ -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@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
|
Loading…
Reference in New Issue