Skip to content

Commit

Permalink
Merge branch 'release/6.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Rubchinsky committed Feb 11, 2024
2 parents 9ccb8a6 + 6f76f66 commit 7aaa814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- name: Create and push chart
if: github.ref_type == 'tag'
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
VERSION=${{ steps.meta.outputs.tags }}
REPO=cbartifactory
cd ${{ github.workspace }}/charts/cbcontainers-operator/cbcontainers-operator-chart
helm package . --version $VERSION --app-version $VERSION
helm package . --version $VERSION --app-version $TAG_NAME
helm push *.tgz oci://registry-1.docker.io/$REPO
cd ${{ github.workspace }}/charts/cbcontainers-agent/cbcontainers-agent-chart
helm package . --version $VERSION --app-version $VERSION
Expand Down

0 comments on commit 7aaa814

Please sign in to comment.