Skip to content

ee-dig | build and push #243

ee-dig | build and push

ee-dig | build and push #243

Workflow file for this run

name: ee-dig | build and push
on:
push:
paths:
- ee-dig/**
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
call-build-and-push-latest:
uses: ./.github/workflows/build-latest.yml
with:
subdir: ee-dig
secrets: inherit