1
0
mirror of https://github.com/pravets/oscript-images.git synced 2025-11-27 22:38:49 +02:00

feat: Реализована сборка образа yard (#3)

This commit is contained in:
Iosif Pravets
2025-07-23 15:49:07 +03:00
committed by GitHub
parent 119a8f996a
commit 335eb7375c
7 changed files with 185 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ if [[ -z "$DOCKER_REGISTRY_URL" || -z "$DOCKER_LOGIN" || -z "$DOCKER_PASSWORD" ]
exit 1
fi
echo "Авторизуемся в $DOCKER_REGISTRY_URL"
echo "$DOCKER_PASSWORD" | docker login "$DOCKER_REGISTRY_URL" -u "$DOCKER_LOGIN" --password-stdin
if [[ $? -eq 0 ]]; then