feat: change to harbor.front.kjuulh.io
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-15 21:57:27 +02:00
parent 5aed38a484
commit 6fe0d0677c
10 changed files with 25 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ func (p *Pipeline) WithDocker(opts *DockerOpt) *Pipeline {
opts.ImageTag = strconv.FormatInt(time.Now().UTC().UnixMilli(), 10)
}
tag := fmt.Sprintf("harbor.server.kjuulh.io/kjuulh/%s:%s", opts.ImageName, opts.ImageTag)
tag := fmt.Sprintf("harbor.front.kjuulh.io/kjuulh/%s:%s", opts.ImageName, opts.ImageTag)
_, err := finalImage.Publish(ctx, tag)
return err