From 0499d7e19a49a3ba5b6092c883a34c2e9e607618 Mon Sep 17 00:00:00 2001 From: LeonidLapshin Date: Thu, 6 Feb 2025 18:10:50 +0100 Subject: [PATCH] use Covergo image use AWS ECR image for buildx --- .gflows/libs/steps.lib.yml | 1 + github-sample/workflows/build-publish.yml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/.gflows/libs/steps.lib.yml b/.gflows/libs/steps.lib.yml index b791e97..f956773 100644 --- a/.gflows/libs/steps.lib.yml +++ b/.gflows/libs/steps.lib.yml @@ -41,6 +41,7 @@ name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest #@ end --- #@ def _checkout_private_actions(): diff --git a/github-sample/workflows/build-publish.yml b/github-sample/workflows/build-publish.yml index de2a368..2150ad5 100644 --- a/github-sample/workflows/build-publish.yml +++ b/github-sample/workflows/build-publish.yml @@ -120,6 +120,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -203,6 +204,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -292,6 +294,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -346,6 +349,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -403,6 +407,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -509,6 +514,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -629,6 +635,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -793,6 +800,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: @@ -1258,6 +1266,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: version: v0.11.2 + driver-opts: image=ghcr.io/covergo/buildkit:latest - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: