File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010
1111jobs :
1212  nightly-binary :
13-     runs-on : nscloud 
13+     runs-on : namespace-profile-gitea-release-binary 
1414    steps :
1515      - uses : actions/checkout@v4 
1616      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
5858        run : | 
5959          aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress 
6060   nightly-docker-rootful :
61-     runs-on : ubuntu-latest 
61+     runs-on : namespace-profile-gitea-release-docker 
6262    steps :
6363      - uses : actions/checkout@v4 
6464      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
9595          push : true 
9696          tags : gitea/gitea:${{ steps.clean_name.outputs.branch }} 
9797  nightly-docker-rootless :
98-     runs-on : ubuntu-latest 
98+     runs-on : namespace-profile-gitea-release-docker 
9999    steps :
100100      - uses : actions/checkout@v4 
101101      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
1111
1212jobs :
1313  binary :
14-     runs-on : nscloud 
14+     runs-on : namespace-profile-gitea-release-binary 
1515    steps :
1616      - uses : actions/checkout@v4 
1717      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
6868         env :
6969          GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }} 
7070  docker-rootful :
71-     runs-on : ubuntu-latest 
71+     runs-on : namespace-profile-gitea-release-docker 
7272    steps :
7373      - uses : actions/checkout@v4 
7474      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
9999          tags : ${{ steps.meta.outputs.tags }} 
100100          labels : ${{ steps.meta.outputs.labels }} 
101101  docker-rootless :
102-     runs-on : ubuntu-latest 
102+     runs-on : namespace-profile-gitea-release-docker 
103103    steps :
104104      - uses : actions/checkout@v4 
105105      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515  binary :
16-     runs-on : nscloud 
16+     runs-on : namespace-profile-gitea-release-binary 
1717    steps :
1818      - uses : actions/checkout@v4 
1919      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
7070         env :
7171          GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }} 
7272  docker-rootful :
73-     runs-on : ubuntu-latest 
73+     runs-on : namespace-profile-gitea-release-docker 
7474    steps :
7575      - uses : actions/checkout@v4 
7676      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
@@ -105,7 +105,7 @@ jobs:
105105          tags : ${{ steps.meta.outputs.tags }} 
106106          labels : ${{ steps.meta.outputs.labels }} 
107107  docker-rootless :
108-     runs-on : ubuntu-latest 
108+     runs-on : namespace-profile-gitea-release-docker 
109109    steps :
110110      - uses : actions/checkout@v4 
111111      #  fetch all commits instead of only the last as some branches are long lived and could have many between versions
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments