Skip to content

Commit

Permalink
trying to fix version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Apr 12, 2022
1 parent 4e511b6 commit 5363e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from ..models import RegistryEndpointyModel, RepoModel

DOCKER_LOGIN: str = (
"echo '${SCCI_TARGET_REGISTRY_PASSWORD}' | "
"echo ${SCCI_TARGET_REGISTRY_PASSWORD} | "
"docker login ${SCCI_TARGET_REGISTRY_ADDRESS} --username ${SCCI_TARGET_REGISTRY_USER} --password-stdin"
)

Expand Down

0 comments on commit 5363e02

Please sign in to comment.