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
33on :
44 push :
55 branches :
6- - main
6+ - main_tchap
77 - " release/**"
8+ - " test/**"
89 tags :
910 - " v*"
1011
2223 CARGO_NET_GIT_FETCH_WITH_CLI : " true"
2324 SCCACHE_GHA_ENABLED : " true"
2425 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
2728 DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
2829
2930jobs :
@@ -295,7 +296,7 @@ jobs:
295296 # Only sign on tags and on commits on main branch
296297 if : |
297298 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 ')
299300
300301 env :
301302 REGULAR_DIGEST : ${{ steps.output.outputs.metadata && fromJSON(steps.output.outputs.metadata).regular.digest }}
@@ -359,7 +360,7 @@ jobs:
359360
360361 unstable :
361362 name : Update the unstable release
362- if : github.ref == 'refs/heads/main '
363+ if : github.ref == 'refs/heads/main_tchap '
363364 runs-on : ubuntu-24.04
364365
365366 needs :
You can’t perform that action at this time.
0 commit comments