From 7a53e7fa5cf4154a68628749299034a1c10dd873 Mon Sep 17 00:00:00 2001 From: Isaac Date: Wed, 15 Apr 2026 12:27:33 +0300 Subject: [PATCH] update and rename publish file --- .gitea/workflows/{ci.yaml => publish.yaml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .gitea/workflows/{ci.yaml => publish.yaml} (91%) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/publish.yaml similarity index 91% rename from .gitea/workflows/ci.yaml rename to .gitea/workflows/publish.yaml index 873cd8c..74140e3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/publish.yaml @@ -5,8 +5,9 @@ jobs: build-and-push: runs-on: ubuntu-latest steps: - - name: Check out repository code - uses: actions/checkout@v4 + - name: Checkout code + run: | + git clone https://gitea.servernah.com/${{ gitea.repository }} . - name: Log in to Custom Registry run: |