Skip to content

Commit 973fa29

Browse files
committed
fix: context dir
Signed-off-by: Alexandra <[email protected]>
1 parent 8b67221 commit 973fa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build:image:
2626
before_script:
2727
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
2828
script:
29-
- docker build --tag ${DOCKER_IMAGE}:${DOCKER_TAG}
29+
- docker build --tag ${DOCKER_IMAGE}:${DOCKER_TAG} .
3030
- docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
3131
tags:
3232
- docker-image-builder

0 commit comments

Comments
 (0)