Update docker/build-push-action action to v6 (#12002)

This commit is contained in:
renovate[bot] 2024-06-24 00:29:47 +00:00 committed by GitHub
parent d897811f00
commit 446ad0ba44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ jobs:
fi
- name: "Build and push Docker image"
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64