♻️ refactor(ci): rendi runner configurabile in docker-release
- Aggiunto input 'runner' con default 'catthehacker-latest' - Permette ai consumer di specificare un runner diverso - Aggiornato esempio microservizio con runner esplicito
This commit is contained in:
@@ -6,10 +6,13 @@ on:
|
||||
node-version:
|
||||
type: string
|
||||
default: '22.17'
|
||||
runner:
|
||||
type: string
|
||||
default: 'catthehacker-latest'
|
||||
|
||||
jobs:
|
||||
docker-release:
|
||||
runs-on: catthehacker-latest
|
||||
runs-on: ${{ inputs.runner }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user