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: ...@@ -64,6 +64,7 @@ runs:
driver: docker-container driver: docker-container
# Enable BuildKit for enhanced metadata # Enable BuildKit for enhanced metadata
buildkitd-flags: --debug buildkitd-flags: --debug
version: v0.14.1
- name: Cleanup - name: Cleanup
if: always() if: always()
shell: bash shell: bash
......
...@@ -76,6 +76,8 @@ jobs: ...@@ -76,6 +76,8 @@ jobs:
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with:
version: v0.14.1
- name: Docker Login - name: Docker Login
uses: ./.github/actions/docker-login uses: ./.github/actions/docker-login
with: 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