Skip to content

Commit

Permalink
:Fix :release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Aug 14, 2024
1 parent ad95c8b commit 0c20f9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
export CLIENT_PATH='target/generated-sources/openapi'
export CONTROLLERS_PATH='com/github/jaguililla/appointments/http/controllers'
export REPOSITORY='https://maven.pkg.github.com/jaguililla/spring_template'
export REPOSITORY='https://maven.pkg.github.com/jaguililla/hexagonal_spring'
export ALT_REPOSITORY="altDeploymentRepository=github::default::${REPOSITORY}"
rm -rf "${CLIENT_PATH}/src/main/java/${CONTROLLERS_PATH}"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
depends_on:
- postgres
- kafka
image: ghcr.io/jaguililla/spring_template/com.github.jaguililla/appointments
image: ghcr.io/jaguililla/hexagonal_spring/com.github.jaguililla/appointments
environment:
GLOBAL_LOG_LEVEL: warn
APPLICATION_LOG_LEVEL: info
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<client.package>${openapi.package}.client</client.package>
<spring.server>undertow</spring.server>
<openapi.integration>ui</openapi.integration>
<image.registry>ghcr.io/jaguililla/spring_template</image.registry>
<image.registry>ghcr.io/jaguililla/hexagonal_spring</image.registry>
<release.goal>deploy</release.goal>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/jaguililla/spring_template</url>
<url>https://maven.pkg.github.com/jaguililla/hexagonal_spring</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 0c20f9c

Please sign in to comment.