File tree 2 files changed +0
-69
lines changed
2 files changed +0
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
required : true
10
10
default : ' v0.0.0-dev'
11
11
type : string
12
- quay-organization :
13
- description : ' Quay organization used to push the built images to'
14
- required : true
15
- default : ' project-codeflare'
16
- type : string
17
12
18
13
jobs :
19
14
release :
48
43
env :
49
44
GITHUB_TOKEN : ${{ github.token }}
50
45
51
- - name : Build
52
- run : make mcad-controller
53
-
54
- - name : Image Build and Push
55
- env :
56
- GIT_BRANCH : ${{ github.event.inputs.tag }}
57
- TAG : release-${{ github.event.inputs.tag }}
58
- run : |
59
- make images -e GIT_BRANCH=$GIT_BRANCH TAG=$TAG
60
- make push-images -e GIT_BRANCH=$GIT_BRANCH TAG=$TAG quay_repository=quay.io/${{ github.event.inputs.quay-organization }} quay_id=${{ secrets.QUAY_ID }} quay_token=${{ secrets.QUAY_TOKEN }}
61
-
62
46
- name : Publish MCAD package
63
47
run : |
64
48
GOPROXY=proxy.golang.org go list -m github.com/project-codeflare/multi-cluster-app-dispatcher@${{ github.event.inputs.tag }}
You can’t perform that action at this time.
0 commit comments