Skip to content

Commit

Permalink
Build(deps): bump docker/bake-action from 5.4.0 to 5.5.0 in the other…
Browse files Browse the repository at this point in the history
… group (#1253)

Build(deps): bump docker/bake-action in the other group

Bumps the other group with 1 update: [docker/bake-action](https://github.com/docker/bake-action).


Updates `docker/bake-action` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent f241334 commit af13c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run buildx bake
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
with:
files: "docker-compose.backend.yml"
targets: "${{ matrix.service_name }}"
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run buildx bake
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
with:
targets: mint,db_migrate
files: "docker-compose.backend.yml"
Expand Down

0 comments on commit af13c50

Please sign in to comment.