Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
f111f6e7
Commit
f111f6e7
authored
May 13, 2020
by
Guillaume Perréal
Browse files
Utilise le nom exact du tag git pour le tag Docker.
parent
d0d4f3c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f111f6e7
...
...
@@ -31,7 +31,7 @@ docker:
stage
:
build
tags
:
[
dind
]
variables
:
IMAGE
:
"
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_
SLUG
"
IMAGE
:
"
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_
NAME
"
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
script
:
...
...
@@ -43,6 +43,6 @@ pages:
extends
:
.prezbuilder
variables
:
PREZBUILDER_IMAGE
:
"
$CI_REGISTRY_IMAGE"
PREZBUILDER_TAG
:
"
$CI_COMMIT_REF_
SLUG
"
PREZBUILDER_TAG
:
"
$CI_COMMIT_REF_
NAME
"
rules
:
-
if
:
$CI_COMMIT_TAG
Write
Preview
Markdown
is supported
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