build(deps): bump docker/build-push-action from 5 to 6 (#1575)

This commit is contained in:
dependabot[bot] 2024-06-18 00:29:30 +00:00 committed by GitHub
parent 6263582376
commit 0c5f3fa723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / Push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ${{ matrix.image.dockerfile }}