Skip to content

Commit

Permalink
Add check for Docker tag
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <[email protected]>
  • Loading branch information
yubiuser committed Oct 11, 2023
1 parent bde1396 commit 1b43914
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/pi-hole/js/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,11 @@ function updateVersionInfo() {
updateAvailable = true;
}
}
if (v.name === "Docker Tag")

Check failure on line 526 in scripts/pi-hole/js/footer.js

View workflow job for this annotation

GitHub Actions / Node

Expected blank line before this statement.
if (versionCompare(v.local, v.remote) === -1) {

Check failure on line 527 in scripts/pi-hole/js/footer.js

View workflow job for this annotation

GitHub Actions / Node

Unexpected `if` as the only statement in a `if` block without `else`.
updateAvailable = true;
dockerUpdate = true;
}

if (updateAvailable) {
$("#versions").append(
Expand Down

0 comments on commit 1b43914

Please sign in to comment.