Skip to content

Commit

Permalink
Update google-cloudbuild.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frantjc committed May 9, 2024
1 parent 716853f commit d217ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/google-cloudbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
Rather, it is intended to run an individual step from within a build config file, like so:

```sh
forge cloudbuild forge-git gcr.io/cloud-builders/docker -- build -t 'us-central1-docker.pkg.dev/${PROJECT_ID}/my-docker-repo/my-image' .
forge cloudbuild gcr.io/cloud-builders/docker -- build -t 'us-central1-docker.pkg.dev/${PROJECT_ID}/my-docker-repo/my-image' .
```

> In the previous example, the `--` is important to signify to Forge that the rest of the arguments are meant to be passed to the underlying step, not parsed by Forge itself. Additionally, the `''` are important to keep your shell from doing the substitution before Forge can get ahold of it.
Expand Down

0 comments on commit d217ef7

Please sign in to comment.