Skip to content

Commit

Permalink
Labels?
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRobo committed Jul 13, 2024
1 parent 7002407 commit 08e0878
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jib {
}
}
container {
labels = mapOf(
"io.hass.name" to "home-former",
"io.hass.version" to "0.1.0",
"io.hass.type" to "addon",
"io.hass.arch" to "armhf|amd64",
labels.set(
mapOf(
"io.hass.name" to "home-former",
"io.hass.version" to "0.1.0",
"io.hass.type" to "addon",
"io.hass.arch" to "armhf|amd64",
)
)
}
}

0 comments on commit 08e0878

Please sign in to comment.