From 0eaa1c0065490c6a0df154d74225b76e564e48c5 Mon Sep 17 00:00:00 2001 From: Ben Rubchinsky Date: Sun, 11 Feb 2024 17:12:31 +0200 Subject: [PATCH] Use tag name --- .github/workflows/operator.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/operator.yaml b/.github/workflows/operator.yaml index ea0162a8..6b35c6dd 100644 --- a/.github/workflows/operator.yaml +++ b/.github/workflows/operator.yaml @@ -36,11 +36,8 @@ jobs: - name: Create and push chart if: github.ref_type == 'tag' run: | - echo "how "$GITHUB_REF TAG_NAME=${GITHUB_REF#refs/tags/} - echo "what "$TAG_NAME VERSION=${{ steps.meta.outputs.tags }} - echo "and "$VERSION REPO=cbartifactory cd ${{ github.workspace }}/charts/cbcontainers-operator/cbcontainers-operator-chart helm package . --version $VERSION --app-version $TAG_NAME