File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 3737 echo "VERSION_MINOR ${minor}" >> version.txt
3838 echo "VERSION_PATCH ${patch}" >> version.txt
3939
40- - name : Commit changes
41- run : |
42- git add .
43- git commit -s -m "Freeze OPEA images tag"
44- git push
40+ # - name: Commit changes
41+ # run: |
42+ # git add .
43+ # git commit -s -m "Freeze OPEA images tag"
44+ # git push
Original file line number Diff line number Diff line change 33
44name : Build specific images on manual event
55permissions :
6+ actions : read
67 contents : read
8+ checks : read
9+ deployments : read
10+ discussions : read
11+ issues : read
12+ packages : read
13+ pages : read
14+ pull-requests : read
15+ repository-projects : read
16+ statuses : read
17+ security-events : read
18+ id-token : write
19+ attestations : read
20+ models : read
721on :
822 workflow_dispatch :
923 inputs :
You can’t perform that action at this time.
0 commit comments