7 lines
200 B
Bash
7 lines
200 B
Bash
|
#!/bin/bash
|
||
|
mkdir -p "$SOUNDBASE_DIR/pige"
|
||
|
chown 10000:10000 "$SOUNDBASE_DIR/pige" -R
|
||
|
|
||
|
cat "$SECRET_DIR/registry_pass" | docker login --username "$registry_user" --password-stdin registry.gitlab.com
|
||
|
|