Skip to content

Commit e02bd4e

Browse files
authored
Merge pull request #21 from BambooTuna/feature/setup-kubernetes
docker imageのtag変更
2 parents 6d18fae + 1828136 commit e02bd4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
- setup_remote_docker
4040

4141
- run:
42-
command: docker build -t `echo "${CIRCLE_PROJECT_REPONAME}/${CIRCLE_PROJECT_USERNAME}:${CIRCLE_TAG}" | tr '[:upper:]' '[:lower:]'` .
42+
command: docker build -t `echo "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}:${CIRCLE_TAG}" | tr '[:upper:]' '[:lower:]'` .
4343
- run:
4444
command: docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
4545
- run:
46-
command: docker push `echo "${CIRCLE_PROJECT_REPONAME}/${CIRCLE_PROJECT_USERNAME}:${CIRCLE_TAG}" | tr '[:upper:]' '[:lower:]'`
46+
command: docker push `echo "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}:${CIRCLE_TAG}" | tr '[:upper:]' '[:lower:]'`
4747

4848
workflows:
4949
version: 2

0 commit comments

Comments
 (0)