This commit is contained in:
Mike Cooper 2018-08-27 13:34:13 -07:00
Родитель 9012eb3ded
Коммит 894f969f82
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9424CEA6F89AB334
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -2,9 +2,11 @@ version: 2.1
jobs:
build-image:
description: Build and tag one of the base images in this repository.
parameters:
imageName:
description: The name of the base image being built. Should be a directory at the root of the repository.
description: The name of the base image being built.
type: string
docker:
@ -55,10 +57,11 @@ workflows:
build_deploy:
jobs:
- build-image:
name: build-docker
imageName: docker
name: build-docker
imageName: docker
- deploy-image:
imageName: docker
requires:
- build-docker
filters: