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
shuffle moment
alpinesystem
3 weeks ago
4d579625
2ce460f0
0/1
buildnpush.yml
failed
3s
+4
-4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+4
-4
.tangled/workflows/buildnpush.yml
···
19
19
command: |
20
20
docker login -u refbot -p "$REGISTRY_PASSWORD" registry.ellite.dev
21
21
22
22
-
- name: Build Docker Image
23
23
-
command: |
24
24
-
docker build -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
25
25
-
26
22
- name: Start docker
27
23
command: |
28
24
systemctl start docker
25
25
+
26
26
+
- name: Build Docker Image
27
27
+
command: |
28
28
+
docker build -t registry.ellite.dev/alpinesystem/refbot:latest -t registry.ellite.dev/alpinesystem/refbot:v$VERSION .
29
29
30
30
- name: Push Docker Image
31
31
command: |