Skip to content

Commit

Permalink
implicit docker hub url
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Jun 8, 2021
1 parent da94799 commit 2f9b582
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 @@ -108,8 +108,8 @@ noArg {

docker {
name = "f43nd1r/acrarium"
tag("hubLatest", "hub.docker.com/$name:latest")
tag("hubVersion", "hub.docker.com/$name:$version")
tag("hubLatest", "$name:latest")
tag("hubVersion", "$name:$version")
tag("ghLatest", "ghcr.io/$name:latest")
tag("ghVersion", "ghcr.io/$name:$version")
files(tasks.getByName<org.springframework.boot.gradle.tasks.bundling.BootJar>("bootJar").outputs)
Expand Down

0 comments on commit 2f9b582

Please sign in to comment.