Skip to content

Commit

Permalink
helm 03
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Chernovsky committed Dec 5, 2023
1 parent 7cc53de commit 0c04c08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ jobs:
pwd
ls
helm version
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Create and push chart
run: |
cd charts/cbcontainers-operator/cbcontainers-operator-chart
helm package .
helm push *.tgz oci://registry-1.docker.io/cbartifactory
build:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c04c08

Please sign in to comment.