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
02542a63
3c28009d
0/1
buildnpush.yml
failed
2s
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+1
-1
.tangled/workflows/buildnpush.yml
···
17
17
18
18
- name: Build Docker Image
19
19
command: |
20
20
-
buildah build --userns=private -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
20
20
+
buildah build --isolation=rootless -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
21
21
22
22
- name: Push Docker Image
23
23
command: |