Skip to content

Commit 45cf4dd

Browse files
chore: bump docker/bake-action from 4 to 5 (#422)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3292a99 commit 45cf4dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "AUTH_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
4848
-
4949
name: Build Docker images
50-
uses: docker/bake-action@v4
50+
uses: docker/bake-action@v5
5151
with:
5252
# push and load may not be set together
5353
# must push manually in a next step

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v3
3232
-
3333
name: Build Docker images
34-
uses: docker/bake-action@v4
34+
uses: docker/bake-action@v5
3535
with:
3636
pull: true
3737
load: true
@@ -120,7 +120,7 @@ jobs:
120120
run: echo "AUTH_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
121121
-
122122
name: Build Docker Images
123-
uses: docker/bake-action@v4
123+
uses: docker/bake-action@v5
124124
with:
125125
pull: true
126126
load: true

0 commit comments

Comments
 (0)