We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27d2a99 + b2c3704 commit a9429c7Copy full SHA for a9429c7
.github/workflows/publish.yaml
@@ -1,5 +1,6 @@
1
name: publish
2
on:
3
+ pull_request:
4
push:
5
tags:
6
- v*
@@ -71,11 +72,10 @@ jobs:
71
72
- name: Build the ${{ github.repository }}
73
run: |
74
make reviewable
- make build
75
76
- name: Build Images
77
78
- IMG=ghcr.io/sap/metrics-operator:${{ env.version }} make docker-build
+ IMG=ghcr.io/sap/metrics-operator:${{ env.version }} make docker-buildx
79
80
- name: setup OCM
81
uses: open-component-model/ocm-setup-action@main
.github/workflows/release.yaml
@@ -1,6 +1,7 @@
name: Versioned Release
branches:
7
- main
VERSION
@@ -1 +1 @@
-v0.5.1-dev
+v0.5.2
0 commit comments