File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ name: Build
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - main_tchap
7
7
- " release/**"
8
+ - " test/**"
8
9
tags :
9
10
- " v*"
10
11
22
23
CARGO_NET_GIT_FETCH_WITH_CLI : " true"
23
24
SCCACHE_GHA_ENABLED : " true"
24
25
RUSTC_WRAPPER : " sccache"
25
- IMAGE : ghcr.io/element-hq /matrix-authentication-service
26
- BUILDCACHE : ghcr.io/element-hq /matrix-authentication-service/buildcache
26
+ IMAGE : ghcr.io/tchapgouv /matrix-authentication-service
27
+ BUILDCACHE : ghcr.io/tchapgouv /matrix-authentication-service/buildcache
27
28
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
28
29
29
30
jobs :
@@ -295,7 +296,7 @@ jobs:
295
296
# Only sign on tags and on commits on main branch
296
297
if : |
297
298
github.event_name != 'pull_request'
298
- && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main ')
299
+ && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main_tchap ')
299
300
300
301
env :
301
302
REGULAR_DIGEST : ${{ steps.output.outputs.metadata && fromJSON(steps.output.outputs.metadata).regular.digest }}
@@ -359,7 +360,7 @@ jobs:
359
360
360
361
unstable :
361
362
name : Update the unstable release
362
- if : github.ref == 'refs/heads/main '
363
+ if : github.ref == 'refs/heads/main_tchap '
363
364
runs-on : ubuntu-24.04
364
365
365
366
needs :
You can’t perform that action at this time.
0 commit comments