Initial commit for redis drone process 3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -19,8 +19,8 @@ steps:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src/
|
- cd /drone/src/
|
||||||
- docker build -t $${PRODUCTION_REGISTRY_SERVER_NAME}/$${IMAGE_NAME} -f Dockerfile .
|
- docker build -t $${DOCKER_REGISTRY_URL}/$${IMAGE_NAME} -f Dockerfile .
|
||||||
- docker push $${PRODUCTION_REGISTRY_SERVER_NAME}/$${IMAGE_NAME}
|
- docker push $${DOCKER_REGISTRY_URL}/$${IMAGE_NAME}
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
Reference in New Issue
Block a user