diff --git a/.github/workflows/operator.yaml b/.github/workflows/operator.yaml index d25583e2..15e0b91a 100644 --- a/.github/workflows/operator.yaml +++ b/.github/workflows/operator.yaml @@ -50,10 +50,10 @@ jobs: VERSION=1.99.99 REPO=octarinesec cd ${{ github.workspace }}/charts/cbcontainers-operator/cbcontainers-operator-chart - helm package . --version $VERSION --app-version $VERSION + helm package . --version $VERSION --app-version develop 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 package . --version $VERSION --app-version main helm push *.tgz oci://registry-1.docker.io/$REPO build: runs-on: ubuntu-latest