diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4572b3e..e9beb5c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: # tags: | # git.housh.dev/michael/${{ gitea.repository }}:${{ gitea.sha }} - name: Build test image. - run: docker buildx build -f Dockerfile.test -t ${{ gitea.repositry }}:${{ gitea.sha }} + run: docker build -f Dockerfile.test -t ${{ gitea.repositry }}:${{ gitea.sha }} - name: Run Test run: > docker run --rm \