Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aperture Development
PHP-Devel-FPM
Commits
2a596635
Commit
2a596635
authored
May 12, 2020
by
Maximilian Grüttemeier
Browse files
Update .gitlab-ci.yml
parent
f8b10f80
Pipeline
#17
passed with stage
in 5 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a596635
...
...
@@ -10,8 +10,8 @@ docker-build-master:
before_script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script
:
-
docker build --pull -t "$CI_REGISTRY_IMAGE" .
-
docker push "$CI_REGISTRY_IMAGE"
-
docker build --pull -t "$CI_REGISTRY_IMAGE
:latest
" .
-
docker push "$CI_REGISTRY_IMAGE
:latest
"
only
:
-
master
tags
:
...
...
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