Skip to content

unionai-oss/flyte-register-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flyte-register-action

Register flyte serialize workflow

Usage

Refer to the action.yml to see all of the action parameters.

steps:
  - uses: actions/checkout@v2
  - name: Setup flytectl config
    run: |
      mkdir -p ~/.flyte
      cp config.yaml ~/.flyte/config.yaml
  - name: Setup flytesnacks
    run: |
      git clone https://github.com/flyteorg/flytesnacks
      cd flytesnacks
      make start
  - name: Setup flytectl
    uses: unionai/flytectl-setup-action@v0.0.1
    with:
      version: "0.1.8"
  - uses: unionai/flyte-register-action@v0.0.1
    with:
      version: '0.1.8' # The version of workflow
      proto: 'https://github.com/flyteorg/flytesnacks/releases/download/v0.2.89/flytesnacks-core.tgz'
      project: 'flytesnacks'
      domain: 'development'
      archive: true