Skip to content

Commit

Permalink
remove v from agent
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shefler committed Feb 11, 2024
1 parent aaa27ea commit fd2a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fd2a2f6

Please sign in to comment.