Update .gitlab-ci.yml file
This commit is contained in:
@@ -18,6 +18,9 @@ build:
|
|||||||
before_script:
|
before_script:
|
||||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||||
script:
|
script:
|
||||||
- ls
|
- docker login registry.evanrichardsonphotography.com
|
||||||
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" ./Docker/
|
- docker build -t registry.evanrichardsonphotography.com/erichardson/py-eagle-mqtt ./Docker/
|
||||||
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
- docker push registry.evanrichardsonphotography.com/erichardson/py-eagle-mqtt
|
||||||
|
#- ls
|
||||||
|
#- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" ./Docker/
|
||||||
|
#- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
||||||
|
|||||||
Reference in New Issue
Block a user