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

Commit 78c9c0e

Browse files
committed
Update .gitlab-ci.yml
1 parent 1f33672 commit 78c9c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
script:
1515
- cat config/local.json
1616
- echo "{\"auths\":{\"$REGISTRY_URL\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
17-
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/dev/docker/Dockerfile --destination $REGISTRY_IMAGE:\${CI_COMMIT_SHA:0:8}
17+
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/dev/docker/Dockerfile --destination $REGISTRY_IMAGE:${CI_COMMIT_SHA:0:8}
1818
only:
1919
- develop
2020
- master

0 commit comments

Comments
 (0)