Skip to content

Commit b61d5f5

Browse files
authored
Merge pull request #251 from prgrms-web-devcourse-final-project/develop
메인 머지
2 parents 84493ae + e410a55 commit b61d5f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ jobs:
180180
source /etc/environment || true
181181
182182
OWNER_LC="${{ github.repository_owner }}"
183-
OWNER_LC="${OWNER_LC,,}"
184183
IMAGE_TAG='${{ needs.makeTagAndRelease.outputs.tag_name }}'
185184
IMAGE_REPOSITORY='${{ env.IMAGE_REPOSITORY }}'
186185

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
- app-network
3030

3131
spring-boot:
32-
image: ghcr.io/prgms-web-devcourse-final-project/fivelogic:latest
32+
image: ghcr.io/prgrms-web-devcourse-final-project/fivelogic:latest
3333
container_name: spring-boot
3434
depends_on:
3535
- kafka

0 commit comments

Comments
 (0)