push on tag
This commit is contained in:
parent
70f1b57f08
commit
14288ed227
|
@ -1,6 +1,6 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on: [tag]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
@ -8,11 +8,6 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
# - name: Install helm
|
||||
# uses: azure/setup-helm@v3
|
||||
# - name: Install cm-push
|
||||
# run: |
|
||||
# helm plugin install https://github.com/chartmuseum/helm-push
|
||||
- name: Push Helm Chart to Gitea Registry
|
||||
uses: bsord/helm-push@v4.1.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue