Skip to content

Commit 1a16a55

Browse files
Gitlab CI updated
1 parent 740c002 commit 1a16a55

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
@@ -31,7 +31,7 @@ build image:
3131
dependencies:
3232
- build static
3333
script:
34-
- docker build -f ci/Dockerfile -t ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA} .
34+
- docker build -t ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA} .
3535
- docker login -u=${DOCKER_USER} -p=${DOCKER_PASSWORD}
3636
- docker push ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA}
3737
only:

0 commit comments

Comments
 (0)