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

This commit is contained in:
renovate[bot] 2024-06-24 00:14:16 +00:00 committed by GitHub
parent 9498e5f02e
commit 8a0a3b47db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,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