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

This commit is contained in:
dependabot[bot] 2024-06-18 09:28:28 +08:00 committed by GitHub
parent a7cc476629
commit 11f49852a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: build and publish ghcr.io docker image - name: build and publish ghcr.io docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}