🐛 fix(ci): correggi passaggio NPM_TOKEN come Docker secret e runs-on workaround

- Sostituisce build-args con secrets in docker-release.yml per compatibilità
  con Dockerfile che usa --mount=type=secret,id=npm_token
- Aggiunge runs-on: catthehacker-latest negli esempi (workaround Gitea bug #34986)
This commit is contained in:
LucaZanni
2026-04-09 19:54:25 +02:00
parent 3ee135b020
commit 86a0cd416f
+2 -2
View File
@@ -79,5 +79,5 @@ jobs:
tags: |
${{ steps.tags.outputs.version_tag }}
${{ steps.tags.outputs.latest_tag }}
build-args: |
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
secrets: |
npm_token=${{ secrets.NPM_TOKEN }}