Skip to content

Commit

Permalink
chore: typo image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jul 13, 2024
1 parent 6202bb0 commit 822a245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argocd-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
environment:
required: true
type: string
image-tage:
image-tag:
required: true
type: string
secrets:
Expand Down
1 change: 1 addition & 0 deletions api-gateway/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repositories {
extra["springCloudVersion"] = "2023.0.2"

dependencies {
//implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.cloud:spring-cloud-starter-gateway")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-starter-webflux-ui:2.5.0")
Expand Down

0 comments on commit 822a245

Please sign in to comment.