Skip to content

Merge pull request #180 from bcgov/chore/startup-probe #146

Merge pull request #180 from bcgov/chore/startup-probe

Merge pull request #180 from bcgov/chore/startup-probe #146

Workflow file for this run

name: Build Containers
on:
push:
branches: ["**"]
jobs:
cas-airflow-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/[email protected]
with:
gcloud_service_key: ${{ secrets.GCR_KEY }}
project_id: ggl-cas-storage
image_name: cas-airflow
image_tag: latest,${{ github.sha }}
cas-airflow-dag-trigger-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/[email protected]
with:
gcloud_service_key: ${{ secrets.GCR_KEY }}
project_id: ggl-cas-storage
image_name: cas-airflow-dag-trigger
image_tag: latest,${{ github.sha }}
dockerfile: dag-trigger/Dockerfile
context: dag-trigger