Skip to content

Commit 3ad3b5a

Browse files
committed
Docker repo modify in gitlab ci
Signed-off-by: bhaskarhc <[email protected]>
1 parent 5121184 commit 3ad3b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build:
66
only:
77
- master
88
script :
9-
- export REPO=openebs/ci-dashboard-postgres
10-
- export COMMIT=${CI_COMMIT_SHA:0:8}
9+
- export REPO=mayadata/openebs-go-backend-postgresql
10+
- export COMMIT=openebs-ci-${CI_COMMIT_SHA:0:8}
1111
- docker login -u "$DOCKER_USER" -p "$DOCKER_PASS" && docker build --no-cache -t $REPO:$COMMIT . && docker push $REPO:$COMMIT
1212
- docker images
1313
- docker rmi $REPO:$COMMIT

0 commit comments

Comments
 (0)