@ -41,7 +41,7 @@ async def docker_push(image: str):
async def main():
# Load the YAML file
async with aiofiles.open('config.yaml', 'r') as file:
async with aiofiles.open('images.yaml', 'r') as file:
config = yaml.safe_load(file)
config = Config(**config)
The note is not visible to the blocked user.