From e10182a815ae77393bb9e10287be573582725c94 Mon Sep 17 00:00:00 2001 From: Elia Date: Thu, 15 Jun 2023 13:44:14 +0200 Subject: [PATCH] Update --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 281de6a..8aacf04 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,10 +24,10 @@ jobs: password: ${{ secrets.REG_TOKEN }} - name: "Checkout" - uses: https://github.com/actions/checkout@v3 + uses: https://github.com/sudosubin/git-clone-action@v1 with: repository: mpolden/echoip - github-server-url: "https://github.com" + platform: "github" - name: Build and push uses: https://github.com/docker/build-push-action@v4