Skip to content

Commit

Permalink
helm repo 00
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Chernovsky committed Dec 11, 2023
1 parent cce457a commit 3323d60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
- name: Create and push chart
run: |
VERSION=${{ steps.meta.outputs.tags }}
REPO=octarinesec
cd ${{ github.workspace }}/charts/cbcontainers-operator/cbcontainers-operator-chart
helm package . --version $VERSION --app-version $VERSION
helm push *.tgz oci://registry-1.docker.io/cbartifactory
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
helm push *.tgz oci://registry-1.docker.io/cbartifactory
helm push *.tgz oci://registry-1.docker.io/$REPO
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3323d60

Please sign in to comment.