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
penis 5
alpinesystem
3 weeks ago
ac515686
693d1501
1/1
buildnpush.yml
success
19s
+3
-6
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
buildnpush.yml
+3
-6
.tangled/workflows/buildnpush.yml
reviewed
···
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
20
20
+
mkdir -p $HOME/.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
-
curl -u "refbot:$REGISTRY_PASSWORD" https://registry.ellite.dev/v2/
24
24
-
curl -H "Authorization: Basic $(echo -n "refbot:$REGISTRY_PASSWORD" | base64)" https://registry.ellite.dev/v2/
22
22
+
echo "{\"auths\":{\"registry.ellite.dev\":{\"auth\":\"$AUTH\"}}}" > $HOME/.docker/config.json
25
23
executor \
26
24
--context=dir://$(pwd) \
27
25
--dockerfile=$(pwd)/Dockerfile \
28
26
--destination=registry.ellite.dev/alpinesystem/refbot:latest \
29
29
-
--destination=registry.ellite.dev/alpinesystem/refbot:v$VERSION \
30
30
-
--verbosity=debug
27
27
+
--destination=registry.ellite.dev/alpinesystem/refbot:v$VERSION