Aggiornamento staging #1

Merged
Alessio merged 25 commits from main into staging 2026-01-24 17:31:13 +01:00
Showing only changes of commit 31c53eff33 - Show all commits
-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