Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 committed May 24, 2023
1 parent c5f5d5e commit a156f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controller/proxy/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ func (c *controller) EnsureTag(ctx context.Context, art lib.ArtifactInfo, tagNam
fmt.Println("===============================")
fmt.Printf("UpdateTag, %s", tagName)
fmt.Println("===============================")
fmt.Printf("Id, %d", tagId)
fmt.Println("===============================")
// update the pull time of tag for the first time cache
if err := tag.Ctl.Update(ctx, &tag.Tag{
Tag: model_tag.Tag{
Expand Down

0 comments on commit a156f4c

Please sign in to comment.