Skip to content

Commit

Permalink
[fix] docker image 이름 소문자로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ehyeok9 committed Aug 8, 2024
1 parent 21e7f43 commit 33308b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finMuse-API/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pipeline {
REPOSITORY_NAME = 'Backend'
GITHUB_CREDENTIALS = credentials('Github-Credential')
DOCKER_CREDENTIALS = credentials('Docker-Credential')
IMAGE_NAME = 'findMuse-API-server'
IMAGE_NAME = 'findmuse-api-server'
PROJECT_DIRECTORY = 'finMuse-API'
DOCKER_REGISTRY_URL = "${DOCKER_CREDENTIALS_USR}/whh"
DOCKER_REGISTRY_URL = "${DOCKER_CREDENTIALS_USR}/findmuse-api-server"
}

stages {
Expand Down

0 comments on commit 33308b5

Please sign in to comment.