mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-08-27 06:17:17 +00:00
Remove .github/workflows/healm_publish.yaml
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
name: helm-publish
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [prereleased, released]
|
||||
|
||||
env:
|
||||
HELM_CHARTS_PATH: "."
|
||||
|
||||
jobs:
|
||||
upload-helm-charts:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: azure/setup-helm@v1
|
||||
|
||||
- name: Package helm charts
|
||||
run: helm package .
|
||||
working-directory: ${{ env.HELM_CHARTS_PATH }}
|
||||
|
||||
- name: Rename helm chart archives
|
||||
run: for filename in *.tgz; do mv "$filename" "helm-chart-$filename"; done
|
||||
working-directory: ${{ env.HELM_CHARTS_PATH }}
|
||||
|
||||
- uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ${{ env.HELM_CHARTS_PATH }}/*.tgz
|
||||
Reference in New Issue
Block a user