Skip to content

Commit

Permalink
use same buildx version as i have locally
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jan 7, 2025
1 parent 9fbceb8 commit 0a89b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: v0.18.0
version: v0.15.2

- name: list buildx version (again)
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: docker/setup-buildx-action@v3
id: buildx
with:
version: v0.18.0
version: v0.15.2

- name: list buildx version (again)
run: |
Expand Down

0 comments on commit 0a89b4c

Please sign in to comment.