Skip to content

Commit

Permalink
create tessellate-docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensel committed Dec 6, 2023
1 parent e62eea4 commit 5399699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.JRELEASER_GPG_PUBLIC_KEY }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
JRELEASER_HOMEBREW_GITHUB_TOKEN: ${{ secrets.JRELEASER_HOMEBREW_GITHUB_TOKEN }}
JRELEASER_DOCKER_GITHUB_TOKEN: ${{ secrets.JRELEASER_DOCKER_GITHUB_TOKEN }}
run: |
./gradlew --no-daemon --info --stacktrace release
Expand Down
4 changes: 3 additions & 1 deletion tessellate-main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,10 @@ jreleaser {

docker {
active.set(Active.ALWAYS)

repository {
active.set(Active.NEVER)
repoOwner.set("ClusterlessHQ")
name.set("tessellate-docker")
}

registries {
Expand Down

0 comments on commit 5399699

Please sign in to comment.