diff --git a/.github/workflows/operator.yaml b/.github/workflows/operator.yaml index ff8079b8..38821f59 100644 --- a/.github/workflows/operator.yaml +++ b/.github/workflows/operator.yaml @@ -42,7 +42,7 @@ jobs: helm package . --version $VERSION --app-version v$VERSION helm push *.tgz oci://registry-1.docker.io/$REPO cd ${{ github.workspace }}/charts/cbcontainers-agent/cbcontainers-agent-chart - helm package . --version $VERSION --app-version v$VERSION + helm package . --version $VERSION --app-version $VERSION helm push *.tgz oci://registry-1.docker.io/$REPO - name: Develop branch create and push chart if: github.ref == 'refs/heads/develop'