gitea workflow for build and push smarti-helm-chart #1
@ -28,6 +28,12 @@ jobs:
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # all history for all branches and tags
|
||||
- name: Install Helm
|
||||
run: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
- name: Get Package Name
|
||||
run: echo PACKAGE_NAME=$(ls | grep .tgz) >> $GITHUB_OUTPUT
|
||||
- name: Push to Package Repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user