"docs/kubernetes/installation-guide.md" did not exist on "e28ff8d2b1cfd433a4bed58461a9b13c0c9345dc"
Unverified Commit 83e59d35 authored by Pavithra Vijayakrishnan's avatar Pavithra Vijayakrishnan Committed by GitHub
Browse files

build: Pin dockedr buildkit version (#5559)


Signed-off-by: default avatarPavithra Vijayakrishnan <160681768+pvijayakrish@users.noreply.github.com>
parent 83c1370b
......@@ -64,6 +64,7 @@ runs:
driver: docker-container
# Enable BuildKit for enhanced metadata
buildkitd-flags: --debug
version: v0.14.1
- name: Cleanup
if: always()
shell: bash
......
......@@ -76,6 +76,8 @@ jobs:
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.14.1
- name: Docker Login
uses: ./.github/actions/docker-login
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment