.github: bump docker/build-push-action from 5.3.0 to 6.16.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.16.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](2cdde995de...14487ce63c)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-28 04:44:14 +00:00 committed by GitHub
parent 5b619de74f
commit 6bbc0575e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
with:
context: .
push: ${{ github.event_name == 'push' }}