Skip to content
Snippets Groups Projects
Commit 32c733ee authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

docker push --help

parent 8d0043c6
No related branches found
No related tags found
1 merge request!9Draft: split build in multiple stage
Pipeline #102312 canceled
...@@ -10,6 +10,7 @@ build-my-base: ...@@ -10,6 +10,7 @@ build-my-base:
variables: variables:
STAGE_NAME: "my-base" STAGE_NAME: "my-base"
script: script:
- docker push --help
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# pull the latest build # pull the latest build
- docker pull "$CI_REGISTRY_IMAGE:latest" || true - docker pull "$CI_REGISTRY_IMAGE:latest" || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment