Merge pull request #5 from lavanya-sharma-clouddrove/lav #14
Annotations
1 error
Invalid workflow file:
.github/workflows/docker-deploy.yml#L61
The workflow is not valid. .github/workflows/docker-deploy.yml (Line: 61, Col: 13): Unrecognized named-value: 'secrets'. Located at position 195 within expression: (github.event_name == 'push' && (github.event.pull_request.labels != 'production')) ||
(github.event_name == 'pull_request' && github.event.pull_request.merged == false && env.ECR_REPOSITORY == secrets.DEV_ECR_URI)
.github/workflows/docker-deploy.yml (Line: 67, Col: 13): Unrecognized named-value: 'secrets'. Located at position 107 within expression: github.event_name == 'pull_request' && github.event.pull_request.merged == true &&
(env.ECR_REPOSITORY == secrets.PROD_ECR_URI)
|