From 14288ed2271f357ac8ecd5b1754109ea2bee2ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Fr=C4=85tczak?= Date: Sun, 5 Nov 2023 17:16:28 +0100 Subject: [PATCH] push on tag --- .gitea/workflows/publish.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: