Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gadkins authored Oct 10, 2022
1 parent 66a456f commit b46f1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The PR will trigger a [GitHub Actions workflow](https://github.com/UffizziCloud/
Previews are configured with a [Docker Compose template](docker-compose.uffizzi.yml) that describes the application components and two [GitHub Actions workflows](.github/workflows), `uffizzi-build.yaml` and `uffizzi-preview.yaml`. The build workflow runs on `pull_request` events, while the preview workflow triggers only if the build is successful:

#### `uffizzi-build.yaml`
(1) [Build and push images to a container registry](https://github.com/UffizziCloud/quickstart/blob/0b8e9aaf641924d93edc753e051928e95f3e7ef4/.github/workflows/build-images.yaml#L7-L109) if a pull request is opened, reopend, or synchronized.
(1) [Build and push images to a container registry](https://github.com/UffizziCloud/quickstart/blob/0b8e9aaf641924d93edc753e051928e95f3e7ef4/.github/workflows/build-images.yaml#L7-L109) if a pull request is opened, reopened, or synchronized.
(2) [Render a Docker Compose file](https://github.com/UffizziCloud/quickstart/blob/0b8e9aaf641924d93edc753e051928e95f3e7ef4/.github/workflows/build-images.yaml#L111-L159) from the [Docker Compose template](docker-compose.uffizzi.yml) and the built images; store rendered Compose as an artifact.

#### `uffizzi-preview.yaml`
Expand Down

0 comments on commit b46f1b5

Please sign in to comment.