Skip to content

chore: initial scheduled build setup #485

chore: initial scheduled build setup

chore: initial scheduled build setup #485

Workflow file for this run

name: Build Containers
on:
push:
branches-ignore:
- main
- master
schedule:
- cron: "45 0 * * *"
jobs:
ghg-issuer-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: ghg-credentials-issuer
image_tag: latest,${{ github.sha }}
dockerfile: ghg-credentials-issuer/Dockerfile
context: ghg-credentials-issuer
yarn-audit:
needs: install-dev-tools

Check failure on line 25 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build Containers

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 25, Col: 12): Job 'yarn-audit' depends on unknown job 'install-dev-tools'.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: dev env setup
uses: ./.github/actions/dev-env-setup
- run: yarn audit-deps
working-directory: ./app