Update redash-cd.yml #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/redash-cd.ymlInvalid workflow file
|
||
with: | ||
build-cmd: "aws sts get-caller-identity" | ||
test-cmd: "aws sts get-caller-identity" | ||
go-version: '^1.13.1' |