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
pulls
pipelines
i love exposing things publicly
alpinesystem
3 weeks ago
48de94eb
5add6e9d
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+2
-2
.tangled/workflows/buildnpush.yml
reviewed
···
15
15
command: |
16
16
export VERSION=$(node -p "require('./package.json').version")
17
17
mkdir -p /kaniko/.docker
18
18
+
echo "{\"auths\":{\"registry.ellite.dev\":{\"username\":\"refbot\",\"password\":\"$REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
19
19
+
cat /kaniko/.docker/config.json
18
20
executor \
19
21
--context=dir://$(pwd) \
20
22
--dockerfile=$(pwd)/Dockerfile \
21
23
--destination=registry.ellite.dev/alpinesystem/refbot:latest \
22
24
--destination=registry.ellite.dev/alpinesystem/refbot:v$VERSION
23
23
-
--username=refbot \
24
24
-
--password=$REGISTRY_PASSWORD