diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 02f9c34..aa14e12 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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: