diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b45935a..060d412 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,6 +13,9 @@ jobs: build: runs-on: self-hosted steps: + - name: Checkout koda + uses: actions/checkout@v4 + - name: Login u Gitea registry run: | echo ${{ secrets.REGISTRY_PASSWORD }} | \