Skip to content

Commit b4f38ca

Browse files
MatMaulmcalinghee
authored andcommitted
Update build.yaml for Tchap
1 parent 3207d23 commit b4f38ca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Build
33
on:
44
push:
55
branches:
6-
- main
6+
- main_tchap
77
- "release/**"
8+
- "test/**"
89
tags:
910
- "v*"
1011

@@ -22,8 +23,8 @@ env:
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

2930
jobs:
@@ -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:

0 commit comments

Comments
 (0)