Bump docker/build-push-action from 6.7.0 to 6.10.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-01 18:27:21 +00:00 committed by GitHub
parent a622d4ac51
commit b5147d81ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ jobs:
password: ${{ secrets.DOCKER_PERSONAL_ACCESS_TOKEN }} password: ${{ secrets.DOCKER_PERSONAL_ACCESS_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v6.7.0 uses: docker/build-push-action@v6.10.0
env: env:
OWNER: ${{ vars.DOCKER_USERNAME }} OWNER: ${{ vars.DOCKER_USERNAME }}
REPO: ${{ vars.DOCKER_REPOSITORY }} REPO: ${{ vars.DOCKER_REPOSITORY }}