Merge pull request #11 from johndoe6345789/dependabot/github_actions/docker/build-push-action-6

chore: bump docker/build-push-action from 5 to 6
This commit is contained in:
2026-01-08 03:30:04 +00:00
committed by GitHub

View File

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