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: |