Skip to content

Commit f2c8c76

Browse files
chore(deps): bump docker/bake-action from 6.3.0 to 6.4.0 (#300)
1 parent ce21bc9 commit f2c8c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
type=semver,pattern={{major}}
9898
9999
- name: Build Docker image
100-
uses: docker/bake-action@v6.3.0
100+
uses: docker/bake-action@v6.4.0
101101
env:
102102
TAGS: ${{ steps.meta.outputs.bake-file-tags }}
103103
LABELS: ${{ steps.meta.outputs.bake-file-labels }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
type=sha
5353
5454
- name: Build and push Docker images
55-
uses: docker/bake-action@v6.3.0
55+
uses: docker/bake-action@v6.4.0
5656
env:
5757
TAGS: ${{ steps.meta.outputs.bake-file-tags }}
5858
LABELS: ${{ steps.meta.outputs.bake-file-labels }}

0 commit comments

Comments
 (0)