diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c1580eb3cb..59231a6376 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -61,10 +61,12 @@ 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 ] @@ -72,6 +74,7 @@ jobs: with: version: ${{ needs.bump_version.outputs.version }} push: true + repository: flyteorg/flytescheduler dockerfile: Dockerfile.scheduler secrets: FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}