diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5fbeeda..83eb44b 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -41,6 +41,9 @@ jobs: - name: Check meta. run: echo ${{ steps.meta.outputs.REPO_NAME }} + - name: Buildx Help. + run: docker buildx build --help + - name: Build test image. run: > docker build \