Merge pull request #149 from wneessen/dependabot/github_actions/docker/build-push-action-6.1.0

Bump docker/build-push-action from 6.0.2 to 6.1.0
This commit is contained in:
Winni Neessen 2024-06-22 10:58:19 +02:00 committed by GitHub
commit a16d865778
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
- name: Build and push
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}