From e02767d11bb179e73cad448f18dbbfddba9084f6 Mon Sep 17 00:00:00 2001 From: nexy Date: Thu, 4 Apr 2024 17:06:15 +0200 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9628420..46f00a2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,20 +11,20 @@ jobs: steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: https://github.com/docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: https://github.com/docker/setup-buildx-action@v3 - name: Login to Registry - uses: docker/login-action@v3 + uses: https://github.com/docker/login-action@v3 with: registry: git.nexy.cat username: ${{ github.actor }} password: ${{ github.token }} - name: Build and push - uses: docker/build-push-action@v5 + uses: https://github.com/docker/build-push-action@v5 with: push: true tags: nexy/navigatex:latest \ No newline at end of file