tangled
alpha
login
or
join now
alpine.girlfag.club
/
refbot
0
fork
atom
SpinShare Referee Bot
refbot.ellite.dev/overlay
0
fork
atom
overview
issues
13
pulls
pipelines
maybe userns?
alpinesystem
3 weeks ago
74493cd7
9dca708a
0/1
buildnpush.yml
failed
3s
+1
-5
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+1
-5
.tangled/workflows/buildnpush.yml
···
10
10
- buildah
11
11
- nodejs
12
12
13
13
-
environment:
14
14
-
- UID: "1000"
15
15
-
- GID: "1000"
16
16
-
17
13
steps:
18
14
- name: Get version from package.json
19
15
command: |
···
21
17
22
18
- name: Build Docker Image
23
19
command: |
24
24
-
buildah build -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
20
20
+
buildah build --userns=auto -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
25
21
26
22
- name: Push Docker Image
27
23
command: |