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