Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
change gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed May 10, 2023
1 parent 5f4e545 commit b3924de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:

goreleaser:
name: Goreleaser
needs: [ bump_version ] # Only to ensure it can successfully build
needs: [ endtoend, integration, lint, tests, generate ]
uses: flyteorg/flytetools/.github/workflows/goreleaser.yml@master
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}

push_docker_image:
name: Build & Push Flyteadmin Image
needs: [ bump_version ]
needs: [ endtoend, integration, lint, tests, generate ]
uses: flyteorg/flytetools/.github/workflows/publish.yml@master
with:
version: ${{ needs.bump_version.outputs.version }}
version: v1.1.88.1
dockerfile: Dockerfile
push: true
repository: ${{ github.repository }}
Expand All @@ -74,10 +74,10 @@ jobs:

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

0 comments on commit b3924de

Please sign in to comment.