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 1212 disk-clean :
1313 uses : ./.github/workflows/disk-clean.yml
1414 nightly-binary :
15- runs-on : nscloud
15+ runs-on : namespace-profile-gitea-release-binary
1616 steps :
1717 - uses : actions/checkout@v4
1818 # fetch all commits instead of only the last as some branches are long lived and could have many between versions
6060 run : |
6161 aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress
6262 nightly-docker-rootful :
63- runs-on : ubuntu-latest
63+ runs-on : namespace-profile-gitea-release-docker
6464 steps :
6565 - uses : actions/checkout@v4
6666 # fetch all commits instead of only the last as some branches are long lived and could have many between versions
9797 push : true
9898 tags : gitea/gitea:${{ steps.clean_name.outputs.branch }}
9999 nightly-docker-rootless :
100- runs-on : ubuntu-latest
100+ runs-on : namespace-profile-gitea-release-docker
101101 steps :
102102 - uses : actions/checkout@v4
103103 # 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