SpinShare Referee Bot refbot.ellite.dev/overlay

i love exposing things publicly

+2 -2
+2 -2
.tangled/workflows/buildnpush.yml
··· 15 15 command: | 16 16 export VERSION=$(node -p "require('./package.json').version") 17 17 mkdir -p /kaniko/.docker 18 + echo "{\"auths\":{\"registry.ellite.dev\":{\"username\":\"refbot\",\"password\":\"$REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json 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 - --username=refbot \ 24 - --password=$REGISTRY_PASSWORD