Skip to content

Revert "Reapply "[DNA-10871]: Add query source header for redash quer… #11

Revert "Reapply "[DNA-10871]: Add query source header for redash quer…

Revert "Reapply "[DNA-10871]: Add query source header for redash quer… #11

Workflow file for this run

name: build and push Redash image
on:
push:
branches:
- master
workflow_dispatch:
inputs:
image-tag:
type: string
default: 'latest'
description: Which image-tag to use
jobs:
publish_to_ecr:
name: publish image to ECR
secrets: inherit
uses: careem/shared-workflows/.github/workflows/ecr-publish.yml@master

Check failure on line 18 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/ecr-publish.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:
tag: ${{ inputs.image-tag }}
ecr-name: careem-redash
docker-file: Dockerfile