Skip to content

Commit

Permalink
remove default buildx driver
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Jan 7, 2025
1 parent 1189f64 commit c0b75a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
with:
version: v0.18.0

- name: docker buildx remove default
run: |
docker buildx rm default
- name: list buildx version (again)
run: |
docker buildx version
Expand Down Expand Up @@ -95,6 +99,10 @@ jobs:
with:
version: v0.18.0

- name: docker buildx remove default
run: |
docker buildx rm default
- name: list buildx version (again)
run: |
docker buildx version
Expand Down

0 comments on commit c0b75a7

Please sign in to comment.