dependabot[bot] commited on
Commit
58e3bfd
1 Parent(s): 89e991d

build(deps): bump docker/build-push-action from 5 to 6

Browse files

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-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

.github/workflows/docker_deploy.yml CHANGED
@@ -59,7 +59,7 @@ jobs:
59
  - name: Set up Docker Buildx
60
  uses: docker/setup-buildx-action@v3
61
  - name: Build and push
62
- uses: docker/build-push-action@v5
63
  with:
64
  context: .
65
  platforms: ${{ matrix.arch }}
 
59
  - name: Set up Docker Buildx
60
  uses: docker/setup-buildx-action@v3
61
  - name: Build and push
62
+ uses: docker/build-push-action@v6
63
  with:
64
  context: .
65
  platforms: ${{ matrix.arch }}