failed to create config traefik_traefik_yml_: Error response from daemon: rpc error: code = InvalidArgument desc = invalid name, only 64 [a-zA-Z0-9-_.] characters allowed, and the start and end character must be [a-zA-Z0-9]
--- end deployment ---
I guess a return code is getting lost somewhere? e.g. https://drone.autonomic.zone/compose-stacks/traefik/1/1/2:
```
failed to create config traefik_traefik_yml_: Error response from daemon: rpc error: code = InvalidArgument desc = invalid name, only 64 [a-zA-Z0-9-_.] characters allowed, and the start and end character must be [a-zA-Z0-9]
--- end deployment ---
```
Soooo, apparently https://git.autonomic.zone/autonomic-cooperative/stack-ssh-deploy/src/branch/main/plugin.sh#L3 fixes this! I've changed the target tag of stack-ssh-deploy to `latest` and updated configurations that used to point to `0.0.1`. I will try to test that this is indeed the right fix now on the new traefik CI.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I guess a return code is getting lost somewhere? e.g. https://drone.autonomic.zone/compose-stacks/traefik/1/1/2:
Soooo, apparently https://git.autonomic.zone/autonomic-cooperative/stack-ssh-deploy/src/branch/main/plugin.sh#L3 fixes this! I've changed the target tag of stack-ssh-deploy to
latestand updated configurations that used to point to0.0.1. I will try to test that this is indeed the right fix now on the new traefik CI.