Slide 29
Slide 29 text
34
jobs:
build:
docker:
- image:quay.io/project/image:tag
auth:
username: $QUAY_USERNAME
password: $QUAY_PASSWORD
Sample .circleci/config.yml
Private Images
● Support Private Repositories
● DockerHub, GCR, ECR, Quay.io and
more