Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: workaround faulty ci-only builds
For some reason, the client throwed an error about incorrect attribute when using Docker buildx's docker-container driver. The build worked flawlessly when using the normal docker build command (which is now an alias to docker buildx build, but with the docker driver) and in the host system using normal commands, and that's why it went unnoticed. Really strange error... Perhaps something encoding related in the outputted files? Either way, this commit fixes it by removing the trailing double quotes from the component!
- Loading branch information