Ver Fonte

Bump docker/bake-action from 4 to 5

Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 5.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] há 7 meses atrás
pai
commit
90684c22c6
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -68,7 +68,7 @@ jobs:
         uses: docker/setup-buildx-action@v3
 
       - name: Build images
-        uses: docker/bake-action@v4
+        uses: docker/bake-action@v5
         with:
           push: ${{ github.ref_name == github.event.repository.default_branch }}
           targets: ${{ matrix.variant }}