Skip to content

Commit

Permalink
test git ref 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Feb 11, 2024
1 parent ae2fbfb commit b36f8b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
- name: Create and push chart
if: github.ref_type == 'tag'
run: |
echo $GITHUB_REF
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 b36f8b2

Please sign in to comment.