【发布时间】:2020-12-12 12:49:39
【问题描述】:
我的 gitlab CI 管道设置为从我的 maven 项目创建的 docker 映像运行 maven 测试。
我已经在我的主分支上测试了管道,它运行良好并运行了测试。
但是我已经创建了一个新的功能分支,现在再次运行管道,但是我现在收到了这个错误
error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: getting tag for destination: repository can only contain the runes `abcdefghijklmnopqrstuvwxyz0123456789_-./`: it2901/cs344-maven:feature/produce-allocation-pdf
ERROR: Job failed: command terminated with exit code 1
我似乎根本无法确定问题所在。我也将标签:tut3 推送到功能分支。
这是我的 .gitlab-ci.yml:https://controlc.com/7a94a00f
【问题讨论】:
标签: kubernetes continuous-integration yaml pipe