This commit is contained in:
@@ -14,8 +14,8 @@ steps:
|
||||
- name: docker build
|
||||
image: docker
|
||||
commands:
|
||||
- "docker build -t ${DOCKER_REGISTRY}/garrettmills/www ."
|
||||
- "docker push ${DOCKER_REGISTRY}/garrettmills/www"
|
||||
- "docker build -t $DOCKER_REGISTRY/garrettmills/www ."
|
||||
- "docker push $DOCKER_REGISTRY/garrettmills/www"
|
||||
environment:
|
||||
DOCKER_REGISTRY:
|
||||
from_secret: DOCKER_REGISTRY
|
||||
|
||||
Reference in New Issue
Block a user