Skip to content

Commit

Permalink
fix: Dependency of release pipeline (#664)
Browse files Browse the repository at this point in the history
* Fix dependency of release pipeline

Signed-off-by: Jeev B <[email protected]>

* Restore build_docker_image pipeline

Signed-off-by: Jeev B <[email protected]>

Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb authored Jan 9, 2023
1 parent 567afbe commit 516bbff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ jobs:
- name: Run linter
run: make lint

build_docker_image:
name: Build Flyteconsole Image
uses: flyteorg/flytetools/.github/workflows/publish.yml@master
with:
version: v1
dockerfile: Dockerfile
push: false
repository: ${{ github.repository }}
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
FLYTE_BOT_USERNAME: ${{ secrets.FLYTE_BOT_USERNAME }}

release:
name: Generate Release
if: ${{ (github.event_name != 'pull_request') && (needs.extract_branch.outputs.branch == 'master') }}
Expand Down

0 comments on commit 516bbff

Please sign in to comment.