Skip to content

Commit

Permalink
enable version based docker tags for future releases again
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Mar 25, 2023
1 parent cc2933f commit 02f8657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acrarium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ docker {
name = "f43nd1r/acrarium"
// tag("hubLatest", "$name:latest")
// tag("ghLatest", "ghcr.io/$name:latest")
// tag("hubVersion", "$name:$version")
// tag("ghVersion", "ghcr.io/$name:$version")
tag("hubVersion", "$name:$version")
tag("ghVersion", "ghcr.io/$name:$version")
// if (version.toString().matches(Regex("\\d(\\.\\d)*"))) {
// tag("hubStable", "$name:stable")
// tag("ghStable", "ghcr.io/$name:stable")
Expand Down

0 comments on commit 02f8657

Please sign in to comment.