Skip to content

Commit

Permalink
chore: don't start portal if no new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Dec 22, 2023
1 parent 468b7b5 commit 83459e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/loop/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (s *service) startPortalLoop(ctx context.Context) error {

// 3. Check if there is a new image
if !isNew {
// return nil
return nil
}

// 4. Set traefik in READ ONLY mode
Expand Down

0 comments on commit 83459e2

Please sign in to comment.