Skip to content

Commit

Permalink
Fixed flytescheduler image publish (flyteorg#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
yindia authored Feb 10, 2022
1 parent 80c9717 commit 5f876f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,20 @@ jobs:
version: ${{ needs.bump_version.outputs.version }}
dockerfile: Dockerfile
push: true
repository: ${{ github.repository }}
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
FLYTE_BOT_USERNAME: ${{ secrets.FLYTE_BOT_USERNAME }}


push-docker-image-flytescheduler:
name: Build & Push Flytescheduler Image
needs: [ bump_version ]
uses: flyteorg/flytetools/.github/workflows/publish.yml@master
with:
version: ${{ needs.bump_version.outputs.version }}
push: true
repository: flyteorg/flytescheduler
dockerfile: Dockerfile.scheduler
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}
Expand Down

0 comments on commit 5f876f8

Please sign in to comment.