Add Circle CI job for burnham-bigquery image
This commit is contained in:
Родитель
2d71e6e1ba
Коммит
9005f079a3
|
@ -35,7 +35,7 @@ workflows:
|
|||
parameters:
|
||||
tox_env: ["flake8", "mypy", "py37"]
|
||||
- gcp-gcr/build-and-push-image:
|
||||
name: Build and push image
|
||||
name: Build and push burnham image
|
||||
context: data-eng-airflow-gcr
|
||||
path: application
|
||||
dockerfile: application/Dockerfile
|
||||
|
@ -45,3 +45,14 @@ workflows:
|
|||
filters:
|
||||
branches:
|
||||
only: main
|
||||
- gcp-gcr/build-and-push-image:
|
||||
name: Build and push burnham-bigquery image
|
||||
context: data-eng-airflow-gcr
|
||||
path: bigquery
|
||||
dockerfile: bigquery/Dockerfile
|
||||
image: burnham-bigquery
|
||||
requires:
|
||||
- run_checks
|
||||
filters:
|
||||
branches:
|
||||
only: main
|
||||
|
|
Загрузка…
Ссылка в новой задаче