Skip to content

Commit

Permalink
renamed demo_assets to hooli_data_ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
izzye84 committed Sep 24, 2024
1 parent ab18aaa commit 4c741ca
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-dagster-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,23 +153,23 @@ jobs:
with:
command: "ci set-build-output --location-name=snowflake_insights --image-tag=$IMAGE_TAG-snowflake-insights"

# Build 'demo_assets' code location
- name: Build and upload Docker image for demo_assets
# Build 'hooli_data_ingest' code location
- name: Build and upload Docker image for hooli_data_ingest
if: steps.prerun.outputs.result != 'skip'
uses: docker/build-push-action@v5
with:
context: ./hooli-demo-assets
context: ./hooli-data-ingest
push: true
tags: ${{ env.IMAGE_REGISTRY }}:${{ env.IMAGE_TAG }}-demo-assets
tags: ${{ env.IMAGE_REGISTRY }}:${{ env.IMAGE_TAG }}-hooli-data-ingest
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Update build session with image tag for demo_assets
id: ci-set-build-output-demo-assets
- name: Update build session with image tag for hooli_data_ingest
id: ci-set-build-output-hooli-data-ingest
if: steps.prerun.outputs.result != 'skip'
uses: dagster-io/dagster-cloud-action/actions/utils/[email protected]
with:
command: "ci set-build-output --location-name=demo_assets --image-tag=$IMAGE_TAG-demo-assets"
command: "ci set-build-output --location-name=hooli_data_ingest --image-tag=$IMAGE_TAG-hooli-data-ingest"

# Build pipes example container
- name: Build and upload Docker image for pipes example
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hooli-demo-assets/setup.py → hooli-data-ingest/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

setup(
name="hooli_demo_assets",
name="hooli_data_ingest",
packages=find_packages(),
install_requires=[
"dagster",
Expand Down

0 comments on commit 4c741ca

Please sign in to comment.