Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metagrid-go
metagrid-vue
Commits
f5e08425
Commit
f5e08425
authored
Nov 17, 2021
by
Tobinsk
Browse files
Resolve "Build test image"
parent
49c22e17
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f5e08425
...
...
@@ -31,7 +31,7 @@ build-test-docker:
stage
:
build
script
:
-
docker pull $CI_REGISTRY_IMAGE:latest ||
true
-
docker build --build-arg VUE_APP_API_URL=https://api.test.metagrid.ch --pull -t $CI_REGISTRY_IMAGE:
$CI_COMMIT_SHA
.
-
docker build --build-arg VUE_APP_API_URL=https://api.test.metagrid.ch --pull -t $CI_REGISTRY_IMAGE:
latest-test
.
-
docker push $CI_REGISTRY_IMAGE:latest-test
only
:
-
master
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment