diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 289a008..8e82301 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: -p "8081:8081" \ eclipse-mosquitto:latest - name: Build the test image. - run: docker buildx build -f Dockerfile.test -t swift-mqtt-dewpoint:test . + run: docker build -f Dockerfile.test -t swift-mqtt-dewpoint:test . - name: Run Test run: > docker run --rm \