Browse Source

Update .travis.yml

headless-fix
Wesley Kerfoot 6 years ago
committed by GitHub
parent
commit
cef9013547
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -10,7 +10,7 @@ env:
script:
- echo "${REGISTRY_PASS}" | docker login -u "${REGISTRY_USER}" --password-stdin
- docker build -t ${REGISTRY_USER}/${IMAGE_NAME} .
- docker build -t "${REGISTRY_USER}/${IMAGE_NAME}" .
- docker images
- docker push ${REGISTRY_USER}/${IMAGE_NAME}
on:

Loading…
Cancel
Save