Skip to content

Commit b292223

Browse files
committed
Remove Docker Buildx setup for all tests
Testcontainers handles Docker directly, so Buildx is unnecessary. This prevents unnecessary MySQL/Percona base image pulls during Buildx initialization.
1 parent aa67b39 commit b292223

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,8 @@ jobs:
166166
- name: Make Terraform executable
167167
run: chmod +x bin/terraform
168168

169-
- name: Set up Docker Buildx
170-
if: matrix.db_type != 'tidb'
171-
uses: docker/setup-buildx-action@v3
169+
# Note: Docker Buildx not needed - testcontainers handles Docker directly
170+
# Skipping Buildx prevents unnecessary image pulls during initialization
172171

173172
- name: Pre-pull Docker images for caching
174173
if: matrix.db_type != 'tidb'

0 commit comments

Comments
 (0)