👷 ci(release): aggiungi workaround per bug runs-on in Gitea

- aggiunta runs-on: catthehacker-latest per aggirare bug #34986
- commento esplicativo sul motivo della modifica
- garantita corretta esecuzione workflow_call su Gitea
This commit is contained in:
LucaZanni
2026-04-09 19:46:59 +02:00
parent c16b182607
commit 3ee135b020
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ on:
jobs:
docker-release:
runs-on: catthehacker-latest # workaround Gitea bug #34986: runs-on non rispettato in workflow_call
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/docker-release.yml@v1
secrets: inherit
with:
+1
View File
@@ -18,6 +18,7 @@ on:
jobs:
docker-release:
runs-on: catthehacker-latest # workaround Gitea bug #34986: runs-on non rispettato in workflow_call
uses: https://gitea.com/Punga78/shared-actions/.gitea/workflows/python-docker-release.yml@v1
secrets: inherit
with: