File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ jobs:
7171 - name : Build the ${{ github.repository }}
7272 run : |
7373 make reviewable
74- make build
74+ make build-docker-binary
7575
7676 - name : Build Images
7777 run : |
78- IMG=ghcr.io/sap/metrics-operator:${{ env.version }} make docker-build
78+ IMG=ghcr.io/sap/metrics-operator:${{ env.version }} make docker-buildx
7979
8080 - name : setup OCM
8181 uses : open-component-model/ocm-setup-action@main
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ jobs:
106106 with :
107107 tag_name : ${{ env.version }}
108108 name : Release ${{ env.version }}
109- body : " Automated release for version ${{ env.version }} "
110- draft : false
109+ body : ${{steps.github_release.outputs.changelog}}
110+ draft : true
111111 prerelease : false
112112 env :
113113 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- v0.5.1-dev
1+ v0.5.2
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : metrics-operator
33description : A Helm chart for the metrics-operator
44type : application
5- version : v0.5.1-dev
6- appVersion : v0.5.1-dev
5+ version : v0.5.2
6+ appVersion : v0.5.2
Original file line number Diff line number Diff line change 88 repository : deploy-releases-hyperspace-docker.common.cdn.repositories.cloud.sap/cloud-orchestration/co-metrics-operator
99 pullPolicy : IfNotPresent
1010 # Overrides the image tag whose default is the chart appVersion.
11- tag : v0.5.1-dev
11+ tag : v0.5.2
1212
1313imagePullSecrets : []
1414nameOverride : " "
You can’t perform that action at this time.
0 commit comments