Skip to content

Commit b3332a4

Browse files
authored
Build multi arch images (#16)
1 parent 27d2a99 commit b3332a4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.1-dev
1+
v0.5.2

charts/metrics-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: metrics-operator
33
description: A Helm chart for the metrics-operator
44
type: application
5-
version: v0.5.1-dev
6-
appVersion: v0.5.1-dev
5+
version: v0.5.2
6+
appVersion: v0.5.2

charts/metrics-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
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

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)