Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeborne committed Dec 17, 2024
2 parents 0abaf92 + 13dc7f6 commit 739fa03
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,15 @@ 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
```

0 comments on commit 739fa03

Please sign in to comment.