Skip to content

Commit

Permalink
try to force the use of our latest installed buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jan 7, 2025
1 parent 7d31281 commit 9d2f139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
id: buildx
with:
version: v0.18.0

Expand All @@ -112,7 +113,7 @@ jobs:
- name: Build & Push all dev images
run: |
cd circleci/images
make push-${{ matrix.command }}-all
BUILDX_BUILDER=${{ steps.buildx.outputs.name }} make push-${{ matrix.command }}-all
build_release_images:
Expand Down

0 comments on commit 9d2f139

Please sign in to comment.