Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit ad875e4

Browse files
committed
fix the ref to the docker build in circle ci
1 parent 59c7fdb commit ad875e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- checkout
8888
- run: |
89-
cd docker-build
89+
cd .circleci/docker-build
9090
docker build --tag $DOCKER_REGISTRY_HOST/$DOCKER_REGISTRY_ORGANIZATION/$DOCKER_IMAGE_ID .
9191
- run: docker login -u $DOCKER_REGISTRY_USERNAME -p "$DOCKER_REGISTRY_PASSWORD" $DOCKER_REGISTRY_HOST
9292
- run: docker push $DOCKER_REGISTRY_HOST/$DOCKER_REGISTRY_ORGANIZATION/$DOCKER_IMAGE_ID && sleep 10

0 commit comments

Comments
 (0)