Skip to content

Commit

Permalink
Added registry name in env for serialize (flyteorg#293)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Jun 15, 2021
1 parent cbef36b commit a9ee80b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
path: /tmp/release-snacks-core/
key: release-snacks-core
- name: Generate Serialize proto
env:
REGISTRY: "ghcr.io/flyteorg"
run: |
make -C cookbook/core serialize
mkdir -p cookbook/release-snacks /tmp/release-snacks-core/
Expand All @@ -54,6 +56,8 @@ jobs:
path: /tmp/release-snacks-integrations/
key: release-snacks-plugins
- name: Generate Serialize proto
env:
REGISTRY: "ghcr.io/flyteorg"
run: |
make -C cookbook/integrations serialize
mkdir -p cookbook/release-snacks /tmp/release-snacks-integrations/
Expand All @@ -72,6 +76,8 @@ jobs:
path: /tmp/release-snacks-case-studies/
key: release-snacks-case-studies
- name: Generate Serialize proto
env:
REGISTRY: "ghcr.io/flyteorg"
run: |
make -C cookbook/case_studies serialize
mkdir -p cookbook/release-snacks /tmp/release-snacks-case-studies/
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
path: /tmp/release-snacks-core/
key: release-snacks-core
- name: Generate Serialize proto
env:
REGISTRY : "ghcr.io/flyteorg"
run: |
make -C cookbook/core serialize
integrations-build:
Expand All @@ -30,6 +32,8 @@ jobs:
path: /tmp/release-snacks-integrations/
key: release-snacks-plugins
- name: Generate Serialize proto
env:
REGISTRY: "ghcr.io/flyteorg"
run: |
make -C cookbook/integrations serialize
case_studies-build:
Expand All @@ -44,5 +48,7 @@ jobs:
path: /tmp/release-snacks-case-studies/
key: release-snacks-case-studies
- name: Generate Serialize proto
env:
REGISTRY: "ghcr.io/flyteorg"
run: |
make -C cookbook/case_studies serialize

0 comments on commit a9ee80b

Please sign in to comment.