Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Edwin Jose
1ebff4bbea
Merge branch 'main' into f641dependabot/github_actions/docker/build-push-action-6 2026-01-16 09:23:00 -05:00
dependabot[bot]
c6db81aa3f
build(deps):(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-11 01:54:48 +00:00

View file

@ -130,7 +130,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push ${{ matrix.image }} (${{ matrix.arch }})
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ${{ matrix.file }}