Skip to content

Commit 7330a58

Browse files
committed
fix: update docker build version for image scan workflow
1 parent 572506f commit 7330a58

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/patch-release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110

111111
- name: Set up Docker Buildx
112112
uses: docker/setup-buildx-action@v3
113+
with:
114+
driver-opts: image=moby/buildkit:v0.15.1
115+
if: ${{ matrix.os == 'ubuntu-latest' }}
113116

114117
- name: Build image for testing
115118
uses: docker/build-push-action@v5

.github/workflows/release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878

7979
- name: Set up Docker Buildx
8080
uses: docker/setup-buildx-action@v3
81+
with:
82+
driver-opts: image=moby/buildkit:v0.15.1
83+
if: ${{ matrix.os == 'ubuntu-latest' }}
8184

8285
- name: Build image for testing
8386
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)