Skip to content

Commit 8e25d22

Browse files
chore(deps): bump docker/bake-action from 6.10.0 to 7.2.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.10.0 to 7.2.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](docker/bake-action@5be5f02...6614cfa) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 158fc21 commit 8e25d22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: List all targets
4242
id: all-targets
43-
uses: docker/bake-action/subaction/list-targets@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
43+
uses: docker/bake-action/subaction/list-targets@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
4444
with:
4545
workdir: ./deployments/docker
4646
target: default

.github/workflows/reusable-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
type=raw,value=latest,enable=${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
6868
6969
- name: Build and push
70-
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
70+
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
7171
with:
7272
files: |
7373
${{ inputs.bake-file }}

0 commit comments

Comments
 (0)