File tree Expand file tree Collapse file tree 2 files changed +0
-69
lines changed Expand file tree Collapse file tree 2 files changed +0
-69
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 required : true
1010 default : ' v0.0.0-dev'
1111 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
1712
1813jobs :
1914 release :
4843 env :
4944 GITHUB_TOKEN : ${{ github.token }}
5045
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-
6246 - name : Publish MCAD package
6347 run : |
6448 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