Skip to content

Commit a9429c7

Browse files
authored
Merge b2c3704 into 27d2a99
2 parents 27d2a99 + b2c3704 commit a9429c7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: publish
22
on:
3+
pull_request:
34
push:
45
tags:
56
- v*
@@ -71,11 +72,10 @@ jobs:
7172
- name: Build the ${{ github.repository }}
7273
run: |
7374
make reviewable
74-
make build
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Versioned Release
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- main

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)