Skip to content
name: Build and Push earth-observations-snap
on:
push:
branches:
- main
paths:
- './.github/workflows/earth-observations.yml'
- 'Dockerfile'
jobs:
build-push:
name: earth-observations-snap
uses: .github/workflows/build-push.yml@main

Check failure on line 14 in .github/workflows/earth-observations.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/earth-observations.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
image_name: earth-observations-snap
secrets:
workload_identity_provider: ${{secrets.WORKLOAD_IDENTITY_PROVIDER}}
workload_identity_sa: ${{secrets.WORKLOAD_IDENTITY_SA}}