Skip to content

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

feat: API V2 - Local dev only for now

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

name: Docker Build Rdev
on:
pull_request:
types: [ labeled, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
#jobs:
# rdev_argus_builder:
# uses: ./.github/workflows/workflow-argus-docker-build.yaml
# secrets: inherit
# if: contains(github.event.pull_request.labels.*.name, 'stack')
# with:
# envs: rdev
# path_filters: 'apiv2/**'
# branches_ignore: main,release-please--branches--main
jobs:
argus_builder:
uses: ./.github/workflows/workflow-argus-docker-build.yaml

Check failure on line 23 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. In .github/workflows/docker-build-rdev.yaml (Line: 23, Col: 11): Error from called workflow chanzuckerberg/cryoet-data-portal-backend/.github/workflows/workflow-argus-docker-build.yaml@4bd126914201b785db7bee0143b1dea3f6c0957d (Line: 28, Col: 5): Unexpected value 'uses' In .github/workflows/docker-build-rdev.yaml (Line: 23, Col: 11): Error from called workflow chanzuckerberg/cryoet-data-portal-backend/.github/workflows/workflow-argus-docker-build.yaml@4bd126914201b785db7bee0143b1dea3f6c0957d (Line: 29, Col: 5): Unexpected value 'secrets'
secrets: inherit
with:
envs: rdev
path_filters: 'apiv2/**'
branches_ignore: main,release-please--branches--main