Skip to content

nudge

nudge #3

name: Docker Image Build
on:
- push
jobs:
rdev_argus_builder:
uses: ./.github/workflows/docker-build-workflow.yaml

Check failure on line 8 in .github/workflows/docker-build-rdev.yaml

View workflow run for this annotation

GitHub Actions / Docker Image Build

Invalid workflow file

The workflow is not valid. .github/workflows/docker-build-rdev.yaml (Line: 8, Col: 11): Input ecr_registry is required, but not provided while calling.
secrets: inherit
with:
envs: rdev
path_filters: src/**,.github/**
branches_ignore: main,release-please--branches--main
images: |
[
{
"name": "frontend",
"context": "./src/frontend",
"dockerfile": "src/frontend/Dockerfile",
"platform": "linux/amd64"
}
]