feat(helm-publish): change runs-on
All checks were successful
semantic-release / release (push) Successful in 49s
All checks were successful
semantic-release / release (push) Successful in 49s
This commit is contained in:
@@ -41,10 +41,6 @@ on:
|
|||||||
Example: `v3.14.0`. Defaults to `latest`.
|
Example: `v3.14.0`. Defaults to `latest`.
|
||||||
type: string
|
type: string
|
||||||
default: 'latest'
|
default: 'latest'
|
||||||
runs-on:
|
|
||||||
description: 'Runner label to use for the job.'
|
|
||||||
type: string
|
|
||||||
default: 'ubuntu-latest'
|
|
||||||
secrets:
|
secrets:
|
||||||
OCI_REGISTRY_USERNAME:
|
OCI_REGISTRY_USERNAME:
|
||||||
description: 'Username for the OCI registry.'
|
description: 'Username for the OCI registry.'
|
||||||
@@ -56,16 +52,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish Helm chart
|
name: Publish Helm chart
|
||||||
runs-on: ${{ inputs.runs-on }}
|
runs-on: ubuntu-custom
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
|
|
||||||
- name: Setup Helm
|
|
||||||
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
|
|
||||||
with:
|
|
||||||
version: ${{ inputs.helm-version }}
|
|
||||||
|
|
||||||
- name: Override chart version
|
- name: Override chart version
|
||||||
if: ${{ inputs.chart-version != '' }}
|
if: ${{ inputs.chart-version != '' }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user