🐛 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:
@@ -79,5 +79,5 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
${{ steps.tags.outputs.version_tag }}
|
${{ steps.tags.outputs.version_tag }}
|
||||||
${{ steps.tags.outputs.latest_tag }}
|
${{ steps.tags.outputs.latest_tag }}
|
||||||
build-args: |
|
secrets: |
|
||||||
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
|
npm_token=${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user