Drone: fix syntax
continuous-integration/drone Build is failing Details

master
Garrett Mills 1 year ago
parent 9c8f3cb904
commit d4293c1592

@ -14,8 +14,8 @@ steps:
- name: docker build - name: docker build
image: docker image: docker
commands: commands:
- "docker build -t ${DOCKER_REGISTRY}/garrettmills/www ." - "docker build -t $DOCKER_REGISTRY/garrettmills/www ."
- "docker push ${DOCKER_REGISTRY}/garrettmills/www" - "docker push $DOCKER_REGISTRY/garrettmills/www"
environment: environment:
DOCKER_REGISTRY: DOCKER_REGISTRY:
from_secret: DOCKER_REGISTRY from_secret: DOCKER_REGISTRY

Loading…
Cancel
Save