Set a custom build user (#1978)

We need a dedicated build user to be able to distinguish the
distribution channel. See
https://github.com/syncthing/syncthing/issues/9140
This commit is contained in:
bt90 2023-09-29 18:13:00 +02:00 committed by GitHub
parent 5847e74905
commit c333d858ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ on:
env:
# Our build metadata
BUILD_USER: builder
BUILD_USER: android-builder
BUILD_HOST: github.syncthing.net
jobs:

View File

@ -9,7 +9,7 @@ on:
env:
# Our build metadata
BUILD_USER: builder
BUILD_USER: android-builder
BUILD_HOST: github.syncthing.net
# template var
image: ghcr.io/syncthing/syncthing-android-builder

View File

@ -11,7 +11,7 @@ on:
env:
# Our build metadata
BUILD_USER: builder
BUILD_USER: android-builder
BUILD_HOST: github.syncthing.net
jobs: