Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeborne authored Dec 17, 2024
1 parent 18600b0 commit 5eb24ad
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,17 @@ View this example in the Dagster docs at https://docs.dagster.io/deployment/guid
cd dagster_user_code_example
poetry run dagster dev
```
```

## Docker build & push to GCP artifcat registery

```bash
gcloud auth configure-docker \
europe-west9-docker.pkg.dev
docker build -t dagster-user-code-example-gcp:latest .
docker tag dagster-user-code-example-gcp:latest europe-west9-docker.pkg.dev/prj-d-orchestrator-z0c8/dagster-user-code-example-gcp/dagster-user-code-example-gcp:latest
docker push europe-west9-docker.pkg.dev/prj-d-orchestrator-z0c8/dagster-user-code-example-gcp/dagster-user-code-example-gcp:latest
poetry run dagster dev
```

0 comments on commit 5eb24ad

Please sign in to comment.