diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index adc4b2d..ca68a8d 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -86,22 +86,28 @@ jobs: uses: https://github.com/actions/setup-dotnet@v3 with: dotnet-version: 7.0 - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 # Add support for more platforms with QEMU (optional) # https://github.com/docker/setup-qemu-action - name: Set up QEMU uses: docker/setup-qemu-action@v2 + with: + image: aschmelyun/cleaver:latest + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + with: + image: aschmelyun/cleaver:latest - name: Login to Docker Hub uses: docker/login-action@v3 with: + image: aschmelyun/cleaver:latest registry: forge.rainote.dev username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push uses: docker/build-push-action@v1 with: - context: ./Server/ + image: aschmelyun/cleaver:latest + file: ./Server/Dockerfile push: true tags: | Wonderking/Continuity:latest