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