File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 55jobs :
66 build :
77 env :
8- MAVEN_TOKEN : ${{ secrets.MAVEN_TOKEN }}
8+ MAVEN_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99 GITBOT : gitBot
1010 runs-on : ubuntu-latest
1111 permissions :
Original file line number Diff line number Diff line change 11name : Build and Publish
22env :
33 HARBOR_HOST : harbor2.vantage6.ai
4- MAVEN_TOKEN : ${{ secrets.MAVEN_TOKEN}}
54on :
65 # run it on push to the default repository branch
76 push :
Original file line number Diff line number Diff line change 99name : Publish algorithm image
1010env :
1111 HARBOR_HOST : harbor2.vantage6.ai
12- MAVEN_TOKEN : ${{ secrets.MAVEN_TOKEN}}
1312
1413on :
1514 release :
1615 types : [ published ]
1716
18- permissions :
19- contents : write
20- packages : write
21-
2217jobs :
23- job1 :
18+ javabuild :
2419 uses : ./.github/workflows/build_java.yml
2520 build-and-push :
26- needs : job1
21+ needs : javabuild
2722 runs-on : ubuntu-latest
2823 steps :
2924 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments