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
pass username and password differently yay
alpinesystem
3 weeks ago
fcd4c60d
479cd584
0/1
buildnpush.yml
failed
3s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+2
-1
.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
18
executor \
20
19
--context=dir://$(pwd) \
21
20
--dockerfile=$(pwd)/Dockerfile \
22
21
--destination=registry.ellite.dev/alpinesystem/refbot:latest \
23
22
--destination=registry.ellite.dev/alpinesystem/refbot:v$VERSION
23
23
+
--registry-username=refbot \
24
24
+
--registry-password=$REGISTRY_PASSWORD