CI/CD
Build and Deploy / build (push) Failing after 9s
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-29 19:18:42 +02:00
parent 5f98f18151
commit c88d0abfb0
+3 -1
View File
@@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 run: |
git clone ${{ github.server_url }}/${{ github.repository }}.git .
git checkout ${{ github.sha }}
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: | run: |