.gitea/workflows/push-helm-chart.yaml aktualisiert
Some checks failed
Build and Push / build (pull_request) Successful in 29s
Build and Push / push (pull_request) Failing after 25s
Build and Test / build (pull_request) Successful in 27s

This commit is contained in:
simon 2024-02-25 12:17:34 +00:00
parent 8377ef5c7e
commit d4077490c3

View File

@ -28,6 +28,12 @@ jobs:
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
steps: 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 - name: Get Package Name
run: echo PACKAGE_NAME=$(ls | grep .tgz) >> $GITHUB_OUTPUT run: echo PACKAGE_NAME=$(ls | grep .tgz) >> $GITHUB_OUTPUT
- name: Push to Package Repo - name: Push to Package Repo