Skip to content

Update redash-cd.yml #6

Update redash-cd.yml

Update redash-cd.yml #6

Workflow file for this run

name: build and push Redash image
on:
push:
branches: ["*"]
pull_request:
branches: [ "*" ]
jobs:
publish_to_ecr:
name: publish image to ECR
secrets: inherit
uses: careem/shared-workflows/.github/workflows/golang.yml@master

Check failure on line 14 in .github/workflows/redash-cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/redash-cd.yml

Invalid workflow file

error parsing called workflow ".github/workflows/redash-cd.yml" -> "careem/shared-workflows/.github/workflows/golang.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
build-cmd: "aws sts get-caller-identity"
test-cmd: "aws sts get-caller-identity"
go-version: '^1.13.1'