From d4c29fa9b9c5cbca1ee4479f15888a7e8c16b31e Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Fri, 3 Nov 2023 12:48:27 +0100 Subject: [PATCH] ci: another one --- .gitea/workflows/server.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/server.yaml b/.gitea/workflows/server.yaml index 7bd8452..5a2a538 100644 --- a/.gitea/workflows/server.yaml +++ b/.gitea/workflows/server.yaml @@ -89,17 +89,17 @@ jobs: # Add support for more platforms with QEMU (optional) # https://github.com/docker/setup-qemu-action - name: Set up QEMU - uses: https://github.com/docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: https://github.com/docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v3 - name: Login to Docker Hub - uses: https://github.com/docker/login-action@v3 + uses: docker/login-action@v3 with: registry: forge.rainote.dev username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push - uses: https://github.com/docker/build-push-action@v5 + uses: docker/build-push-action@v5 with: context: ./Server/ push: true