Skip to content

Commit 5ea7ff0

Browse files
committed
build: Pin dockedr buildkit version (#5559)
Signed-off-by: Pavithra Vijayakrishnan <160681768+pvijayakrish@users.noreply.github.com>
1 parent d4ad91a commit 5ea7ff0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/actions/docker-build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ runs:
6767
driver: docker-container
6868
# Enable BuildKit for enhanced metadata
6969
buildkitd-flags: --debug
70+
version: v0.14.1
7071
- name: Cleanup
7172
if: always()
7273
shell: bash

.github/workflows/container-validation-backends.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7070
- name: Set up Docker Buildx
7171
uses: docker/setup-buildx-action@v3
72+
with:
73+
version: v0.14.1
7274
- name: Docker Login
7375
uses: ./.github/actions/docker-login
7476
with:

0 commit comments

Comments
 (0)