Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
OCamlPro
ocaml-docker-images
Commits
9149129b
Commit
9149129b
authored
Jan 22, 2021
by
Louis Gesbert
Browse files
Fix target to push to Docker Hub
parent
d1aebe29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
9149129b
...
...
@@ -41,7 +41,7 @@
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
variables
:
DOCKERHUB_IMAGE
:
index.docker.io/v1/
ocamlpro/ocaml
DOCKERHUB_IMAGE
:
ocamlpro/ocaml
script
:
-
|
echo "{
...
...
@@ -50,7 +50,7 @@
\"username\":\"$CI_REGISTRY_USER\",
\"password\":\"$CI_REGISTRY_PASSWORD\"
},
\"
https://
index.docker.io
/v1/\
": {
\"index.docker.io": {
\"auth\":\"$DOCKERHUB_AUTH\"
}
}}
...
...
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