push on tag
This commit is contained in:
parent
70f1b57f08
commit
14288ed227
|
@ -1,6 +1,6 @@
|
||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [tag]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
@ -8,11 +8,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Push Helm Chart to Gitea Registry
|
||||||
uses: bsord/helm-push@v4.1.0
|
uses: bsord/helm-push@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue