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
help
alpinesystem
3 weeks ago
98b64a0d
02542a63
0/0
Waiting for spindle ...
+6
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+6
-1
.tangled/workflows/buildnpush.yml
···
10
10
- buildah
11
11
- nodejs
12
12
13
13
+
environment:
14
14
+
- BUILDAH_ISOLATION: "oci"
15
15
+
- UID: "1000"
16
16
+
- GID: "1000"
17
17
+
13
18
steps:
14
19
- name: Get version from package.json
15
20
command: |
···
17
22
18
23
- name: Build Docker Image
19
24
command: |
20
20
-
buildah build --isolation=rootless -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
25
25
+
buildah build -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
21
26
22
27
- name: Push Docker Image
23
28
command: |