mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
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:
parent
5847e74905
commit
c333d858ab
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-app.yaml
vendored
2
.github/workflows/build-app.yaml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
env:
|
||||
# Our build metadata
|
||||
BUILD_USER: builder
|
||||
BUILD_USER: android-builder
|
||||
BUILD_HOST: github.syncthing.net
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -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
|
||||
|
|
2
.github/workflows/release-app.yaml
vendored
2
.github/workflows/release-app.yaml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
env:
|
||||
# Our build metadata
|
||||
BUILD_USER: builder
|
||||
BUILD_USER: android-builder
|
||||
BUILD_HOST: github.syncthing.net
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue