Skip to content

feat: API V2 - Local dev only for now #23

feat: API V2 - Local dev only for now

feat: API V2 - Local dev only for now #23

name: Docker Build Rdev
on:
pull_request:
types: [ labeled, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rdev_argus_builder:
runs-on: [ARM64, self-hosted, Linux]
if: contains(github.event.pull_request.labels.*.name, 'stack')
steps:
- uses: ./.github/workflows/workflow-argus-docker-build.yaml
secrets: inherit

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

View workflow run for this annotation

GitHub Actions / Docker Build Rdev

Invalid workflow file

The workflow is not valid. .github/workflows/docker-build-rdev.yaml (Line: 17, Col: 7): Unexpected value 'secrets'
with:
envs: rdev
path_filters: 'apiv2/**'
branches_ignore: main,release-please--branches--main