diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d3a4d35..5ea5302 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -25,17 +25,5 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ vars.GH_USERNAME }} - password: ${{ secrets.GH_TOKEN }} - - - name: Build and Push Docker images - uses: docker/build-push-action@v6 - with: - platforms: all - tags: ${{ env.DOCKERHUB_REPO }}:${{ env.VERSION }}, ${{ env.DOCKERHUB_REPO }}:latest - file: Dockerfile - push: true + - name: Test + run: docker run -it --rm --privileged tonistiigi/binfmt --install all