fix: commit time
diff --git a/internal/pkg/image_repositories/image_repository.go b/internal/pkg/image_repositories/image_repository.go
index 2538a39..bfad6a9 100644
--- a/internal/pkg/image_repositories/image_repository.go
+++ b/internal/pkg/image_repositories/image_repository.go
@@ -5,6 +5,7 @@
"fmt"
"net/http"
"os"
+ "time"
"github.com/go-git/go-billy/v5"
"github.com/go-git/go-billy/v5/memfs"
@@ -261,6 +262,7 @@
Author: &object.Signature{
Name: "github-actions[bot]",
Email: "41898282+github-actions[bot]@users.noreply.github.com",
+ When: time.Now(),
},
})
if err != nil {