Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:Fix :release #9

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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