[Fix] Rimosso checkout manuale Windows
Build and Push Docker Images / Build Windows Container (push) Failing after 7s
Build and Push Docker Images / Create Multi-Platform Manifest (push) Has been cancelled
Build and Push Docker Images / Build Linux Container (push) Has been cancelled

- Gitea Actions clona automaticamente il repository
- Non serve checkout manuale con git
- Il codice è già presente nella working directory
- Fix: git non riconosciuto su runner Windows
This commit is contained in:
2026-01-24 13:43:22 +01:00
parent ee7f925fb3
commit 31c53eff33
-6
View File
@@ -99,12 +99,6 @@ jobs:
packages: write packages: write
steps: steps:
- name: Checkout repository (manual git)
run: |
git config --global core.autocrlf false
git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/${{ github.repository }} .
shell: cmd
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
run: echo ${{ secrets.REGISTRY_TOKEN }} | docker login ${{ env.REGISTRY }} -u alessio --password-stdin run: echo ${{ secrets.REGISTRY_TOKEN }} | docker login ${{ env.REGISTRY }} -u alessio --password-stdin
shell: cmd shell: cmd