Skip to content

Commit 234a072

Browse files
committed
Build multi arch images
1 parent 27d2a99 commit 234a072

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

0 commit comments

Comments
 (0)