Skip to content

Commit

Permalink
Use tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Feb 11, 2024
1 parent b36f8b2 commit 0eaa1c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0eaa1c0

Please sign in to comment.