Merge pull request #48 from C4illin/dependabot/github_actions/docker/build-push-action-6

build(deps): bump docker/build-push-action from 5 to 6
This commit is contained in:
Emrik Östling 2024-06-24 11:44:13 +02:00 committed by GitHub
commit aab2b311cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,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' }}