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 @@ -8,8 +8,9 @@ name: Build
8
8
on :
9
9
push :
10
10
branches :
11
- - main
11
+ - main_tchap
12
12
- " release/**"
13
+ - " test/**"
13
14
tags :
14
15
- " v*"
15
16
27
28
CARGO_NET_GIT_FETCH_WITH_CLI : " true"
28
29
SCCACHE_GHA_ENABLED : " true"
29
30
RUSTC_WRAPPER : " sccache"
30
- IMAGE : ghcr.io/element-hq /matrix-authentication-service
31
- BUILDCACHE : ghcr.io/element-hq /matrix-authentication-service/buildcache
31
+ IMAGE : ghcr.io/tchapgouv /matrix-authentication-service
32
+ BUILDCACHE : ghcr.io/tchapgouv /matrix-authentication-service/buildcache
32
33
DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
33
34
34
35
jobs :
@@ -300,7 +301,7 @@ jobs:
300
301
# Only sign on tags and on commits on main branch
301
302
if : |
302
303
github.event_name != 'pull_request'
303
- && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main ')
304
+ && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main_tchap ')
304
305
305
306
env :
306
307
REGULAR_DIGEST : ${{ steps.output.outputs.metadata && fromJSON(steps.output.outputs.metadata).regular.digest }}
@@ -364,7 +365,7 @@ jobs:
364
365
365
366
unstable :
366
367
name : Update the unstable release
367
- if : github.ref == 'refs/heads/main '
368
+ if : github.ref == 'refs/heads/main_tchap '
368
369
runs-on : ubuntu-24.04
369
370
370
371
needs :
You can’t perform that action at this time.
0 commit comments