Skip to content

Commit

Permalink
Revert API docker image to be dubs-bot again
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkavrba committed Oct 5, 2024
1 parent d766308 commit c1c9f72
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-api-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: ./gradlew optimizedDockerBuild

- name: Push Docker image to container registry
run: docker push ghcr.io/jirkavrba/dubs-bot/api:latest
run: docker push ghcr.io/jirkavrba/dubs-bot:latest
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ micronaut {
}

tasks.withType<DockerBuildImage> {
images = setOf("ghcr.io/jirkavrba/dubs-bot/api")
images = setOf("ghcr.io/jirkavrba/dubs-bot")
}

tasks.named<NativeImageDockerfile>("dockerfileNative") {
Expand Down

0 comments on commit c1c9f72

Please sign in to comment.