Merge pull request #14 from Wonderfall/dependabot/github_actions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
This commit is contained in:
Tommy 2024-06-17 03:02:03 -07:00 committed by GitHub
commit 419bdba279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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