We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740c002 commit 1a16a55Copy full SHA for 1a16a55
.gitlab-ci.yml
@@ -31,7 +31,7 @@ build image:
31
dependencies:
32
- build static
33
script:
34
- - docker build -f ci/Dockerfile -t ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA} .
+ - docker build -t ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA} .
35
- docker login -u=${DOCKER_USER} -p=${DOCKER_PASSWORD}
36
- docker push ssl1321ois/timelog_web:${CI_COMMIT_BRANCH}.${CI_COMMIT_SHORT_SHA}
37
only:
0 commit comments