File tree 4 files changed +2
-6
lines changed
4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 25
25
- name : build container image
26
26
run : |
27
27
VERSION='${{ steps.image_tag.outputs.tag }}' make docker-build
28
- rm -rf bundle/
29
- VERSION='${{ steps.image_tag.outputs.tag }}' make bundle
30
28
VERSION='${{ steps.image_tag.outputs.tag }}' make bundle-build
31
29
- name : push images to quay
32
30
run : |
Original file line number Diff line number Diff line change @@ -107,8 +107,6 @@ jobs:
107
107
- name : build
108
108
run : |
109
109
VERSION=${{ github.event.inputs.tag }} make docker-build
110
- rm -rf bundle/
111
- VERSION=${{ github.event.inputs.tag }} make bundle
112
110
VERSION=${{ github.event.inputs.tag }} make bundle-build
113
111
- run : echo "${{ secrets.QUAY_BOT_PASSWORD }}" | docker login --username "${{ secrets.QUAY_BOT_USERNAME }}" --password-stdin quay.io
114
112
- name : push the image to quay
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ resources:
21
21
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
22
22
# - ../prometheus
23
23
24
- patchesStrategicMerge :
24
+ patches :
25
25
# Protect the /metrics endpoint by putting it behind auth.
26
26
# If you want your controller-manager to expose the /metrics
27
27
# endpoint w/o any authn/z, please comment the following line.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
alm-examples : ' []'
6
6
capabilities : Seamless Upgrades
7
7
categories : Modernization & Migration
8
- containerImage : quay.io/konveyor/move2kube-operator:v0.3.8
8
+ containerImage : quay.io/konveyor/move2kube-operator:v0.3.9
9
9
description : Konveyor Move2Kube is an open source tool that helps migrate your
10
10
app to run on Kubernetes/Openshift.
11
11
repository : https://github.com/konveyor/move2kube-operator
You can’t perform that action at this time.
0 commit comments