We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84493ae + e410a55 commit b61d5f5Copy full SHA for b61d5f5
.github/workflows/deploy.yml
@@ -180,7 +180,6 @@ jobs:
180
source /etc/environment || true
181
182
OWNER_LC="${{ github.repository_owner }}"
183
- OWNER_LC="${OWNER_LC,,}"
184
IMAGE_TAG='${{ needs.makeTagAndRelease.outputs.tag_name }}'
185
IMAGE_REPOSITORY='${{ env.IMAGE_REPOSITORY }}'
186
docker-compose.yml
@@ -29,7 +29,7 @@ services:
29
- app-network
30
31
spring-boot:
32
- image: ghcr.io/prgms-web-devcourse-final-project/fivelogic:latest
+ image: ghcr.io/prgrms-web-devcourse-final-project/fivelogic:latest
33
container_name: spring-boot
34
depends_on:
35
- kafka
0 commit comments