fix: manual git clone statt actions/checkout
Build & Push / build (push) Failing after 1s

This commit is contained in:
dev
2026-06-07 11:32:23 +02:00
parent d8f2e2dbb0
commit 0658c9e810
+3 -1
View File
@@ -8,7 +8,9 @@ jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Checkout
run: |
git clone https://gitea.it-microevo.com/Dev/k8s-pilot.git .
- name: Login to Gitea Registry
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login gitea.it-microevo.com -u "${{ secrets.REGISTRY_USER }}" --password-stdin