This commit is contained in:
Imbus 2024-09-28 06:49:05 +02:00
parent 05127ef72b
commit eb0cc6d7f2

View file

@ -17,7 +17,6 @@ func main() {
if err != nil {
log.Fatalf("Failed to create database: %v", err)
}
_ = db
notifier := NtfyNotifier{Topic: config.NtfyTopic}
@ -32,7 +31,6 @@ func main() {
if tag.Name == "" {
log.Printf("No tags found for %s", repo.Repo)
continue
_ = notifier
}
// Check and store tag