Skip to content

Commit d8763db

Browse files
chore: bump docker/bake-action from 5 to 6 (#502)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbb157f commit d8763db

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
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
-
5959
name: Build Docker images
60-
uses: docker/bake-action@v5
60+
uses: docker/bake-action@v6
6161
with:
6262
# push and load may not be set together
6363
# 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
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@v3
4545
-
4646
name: Build Docker images
47-
uses: docker/bake-action@v5
47+
uses: docker/bake-action@v6
4848
with:
4949
pull: true
5050
load: true
@@ -143,7 +143,7 @@ jobs:
143143
run: echo "AUTH_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
144144
-
145145
name: Build Docker Images
146-
uses: docker/bake-action@v5
146+
uses: docker/bake-action@v6
147147
with:
148148
pull: true
149149
load: true

0 commit comments

Comments
 (0)