Skip to content

Commit

Permalink
#15 test jib publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerti committed Aug 19, 2024
1 parent 097d35a commit ff052df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test
run: ./gradlew test jacocoTestReport
- name: Build Image
run: ./gradlew jibDockerBuild
run: ./gradlew jib
- name: Test Results
uses: dorny/test-reporter@v1
if: always()
Expand Down
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jib {
}
}
to {
image = "quizmania"
image = "ghcr.io/stoerti/quizmania:${project.version}"
}
}

0 comments on commit ff052df

Please sign in to comment.