File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 12
12
disk-clean :
13
13
uses : ./.github/workflows/disk-clean.yml
14
14
nightly-binary :
15
- runs-on : nscloud
15
+ runs-on : namespace-profile-gitea-release-binary
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
60
60
run : |
61
61
aws s3 sync dist/release s3://${{ secrets.AWS_S3_BUCKET }}/gitea/${{ steps.clean_name.outputs.branch }} --no-progress
62
62
nightly-docker-rootful :
63
- runs-on : ubuntu-latest
63
+ runs-on : namespace-profile-gitea-release-docker
64
64
steps :
65
65
- uses : actions/checkout@v4
66
66
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
97
97
push : true
98
98
tags : gitea/gitea:${{ steps.clean_name.outputs.branch }}
99
99
nightly-docker-rootless :
100
- runs-on : ubuntu-latest
100
+ runs-on : namespace-profile-gitea-release-docker
101
101
steps :
102
102
- uses : actions/checkout@v4
103
103
# 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:
11
11
12
12
jobs :
13
13
binary :
14
- runs-on : nscloud
14
+ runs-on : namespace-profile-gitea-release-binary
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
68
68
env :
69
69
GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
70
70
docker-rootful :
71
- runs-on : ubuntu-latest
71
+ runs-on : namespace-profile-gitea-release-docker
72
72
steps :
73
73
- uses : actions/checkout@v4
74
74
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
99
99
tags : ${{ steps.meta.outputs.tags }}
100
100
labels : ${{ steps.meta.outputs.labels }}
101
101
docker-rootless :
102
- runs-on : ubuntu-latest
102
+ runs-on : namespace-profile-gitea-release-docker
103
103
steps :
104
104
- uses : actions/checkout@v4
105
105
# 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:
13
13
14
14
jobs :
15
15
binary :
16
- runs-on : nscloud
16
+ runs-on : namespace-profile-gitea-release-binary
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
70
70
env :
71
71
GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
72
72
docker-rootful :
73
- runs-on : ubuntu-latest
73
+ runs-on : namespace-profile-gitea-release-docker
74
74
steps :
75
75
- uses : actions/checkout@v4
76
76
# 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:
105
105
tags : ${{ steps.meta.outputs.tags }}
106
106
labels : ${{ steps.meta.outputs.labels }}
107
107
docker-rootless :
108
- runs-on : ubuntu-latest
108
+ runs-on : namespace-profile-gitea-release-docker
109
109
steps :
110
110
- uses : actions/checkout@v4
111
111
# 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