Skip to content

Commit

Permalink
Setup technicolorlabs/reposilite-liberica-testing docker builds and j…
Browse files Browse the repository at this point in the history
…ar publishing

(cherry picked from commit 71ddd8a)
  • Loading branch information
tech-6 committed Nov 27, 2024
1 parent 23c5f23 commit b090a2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 141 deletions.
120 changes: 0 additions & 120 deletions .github/workflows/publish-release.yml

This file was deleted.

11 changes: 2 additions & 9 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,12 @@ jobs:
username: "${{ secrets.DOCKERHUB_USERNAME }}"
password: "${{ secrets.DOCKERHUB_TOKEN }}"

- name: "Login to GitHub Container Registry"
uses: docker/login-action@v2
with:
registry: ghcr.io
username: "${{ github.repository_owner }}"
password: "${{ secrets.GITHUB_TOKEN }}"

- name: "Build and push"
id: docker_build
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: |
dzikoysk/reposilite:nightly
ghcr.io/dzikoysk/reposilite:nightly
technicolorlabs/reposilite-liberica-testing:nightly
14 changes: 2 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,16 @@ allprojects {
}

repositories {
maven("https://maven.reposilite.com/maven-central") {
maven("https://mvn.littleoni.net/releases") {
mavenContent {
releasesOnly()
}
}
maven("https://maven.reposilite.com/releases") {
mavenContent {
releasesOnly()
}
}
maven("https://maven.reposilite.com/snapshots") {
maven("https://mvn.littleoni.net/snapshots") {
mavenContent {
snapshotsOnly()
}
}
maven("https://jitpack.io") {
mavenContent {
releasesOnly()
}
}
}

java {
Expand Down

0 comments on commit b090a2f

Please sign in to comment.