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
oops maybe do listen to the errors
alpinesystem
3 weeks ago
1ada7871
cbb2572c
0/1
buildnpush.yml
failed
2s
+10
-10
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+10
-10
.tangled/workflows/buildnpush.yml
···
15
15
16
16
steps:
17
17
- name: Build and push Docker image
18
18
-
command: |
19
19
-
export VERSION=$(node -p "require('./package.json').version")
20
20
-
mkdir -p /kaniko/.docker
21
21
-
AUTH=$(echo -n "refbot:$REGISTRY_PASSWORD" | base64)
22
22
-
echo "{\"auths\":{\"registry.ellite.dev\":{\"auth\":\"$AUTH\"}}}" > /kaniko/.docker/config.json
23
23
-
executor \
24
24
-
--context=dir://$(pwd) \
25
25
-
--dockerfile=$(pwd)/Dockerfile \
26
26
-
--destination=registry.ellite.dev/alpinesystem/refbot:latest \
27
27
-
--destination=registry.ellite.dev/alpinesystem/refbot:v$VERSION
18
18
+
command: |
19
19
+
export VERSION=$(node -p "require('./package.json').version")
20
20
+
mkdir -p /kaniko/.docker
21
21
+
AUTH=$(echo -n "refbot:$REGISTRY_PASSWORD" | base64)
22
22
+
echo "{\"auths\":{\"registry.ellite.dev\":{\"auth\":\"$AUTH\"}}}" > /kaniko/.docker/config.json
23
23
+
executor \
24
24
+
--context=dir://$(pwd) \
25
25
+
--dockerfile=$(pwd)/Dockerfile \
26
26
+
--destination=registry.ellite.dev/alpinesystem/refbot:latest \
27
27
+
--destination=registry.ellite.dev/alpinesystem/refbot:v$VERSION