Skip to content

Commit

Permalink
♻️ :: 버전변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Sep 4, 2023
1 parent c7c51c7 commit 41e9d72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: docker build -t rolls-royce .

- name: publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: rolls-royce
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dependencies {

implementation 'org.springdoc:springdoc-openapi-ui:1.6.11'

implementation("io.sentry:sentry-spring-boot-starter:6.18.1")
implementation("io.sentry:sentry-logback:6.18.1")
implementation 'io.sentry:sentry-spring-boot-starter:6.18.1'
implementation 'io.sentry:sentry-logback:6.18.1'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ springdoc:
disabled: true

sentry:
dsn : ${SENTRY_DSN}
dsn: ${SENTRY_DSN}
enable-tracing-rate: 1.0

0 comments on commit 41e9d72

Please sign in to comment.