You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "echo Getting UserName and Password from aws secret manager"
- |
for s in $(aws secretsmanager get-secret-value --secret-id arn:aws:secretsmanager:ap-northeast-2:231159564116:secret:DockerHubSecret-kjRgny --query 'SecretString' --output text | jq -r "to_entries|map(\"\(.key)=\(.value|tostring)\")|.[]" ); do
export $s
done
- DOCKERHUB_USERNAME=$dockerhub_username
- DOCKERHUB_PASSWORD=$dockerhub_password
- DOCKERHUB_IMAGE_NAME=$dockerhub_image_name
- "echo Logging in to Docker Hub... user is $DOCKERHUB_USERNAME"