Skip to content

fix(ci): Remove hardcoded names in GH actions #174

fix(ci): Remove hardcoded names in GH actions

fix(ci): Remove hardcoded names in GH actions #174

Workflow file for this run

name: PR CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
scan:
uses: ./.github/workflows/scan.yml
secrets: inherit
deploy:
needs: [scan]
uses: ./.github/workflows/docker.yml

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / PR CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 14, Col: 11): Error from called workflow n0th1ng-else/voice-to-text-bot/.github/workflows/docker.yml@a19abe733a361ef48f8736a3dedbfe11c1ff70f7 (Line: 26, Col: 23): Unrecognized named-value: 'env'. Located at position 1 within expression: env.CONTAINER_REGISTRY
secrets: inherit
with:
version: 0.0.0-${{ github.event.pull_request.head.sha }}
sha: ${{ github.event.pull_request.head.sha }}