Skip to content

Commit

Permalink
Update github_actions.md
Browse files Browse the repository at this point in the history
Clarification of "artifacts".
  • Loading branch information
lsloan committed Sep 15, 2023
1 parent 7ef1398 commit 945c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/github_actions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Back to README](../README.md)

## GitHub Action
1. The [GitHub action](https://docs.github.com/en/actions/quickstart) configuration in [/.github/workflows/main.yml](../.github/workflows/main.yml) uses Dockerfile to build the app, then pushes the artifacts to the [GitHub container registry (GHCR)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).
1. The [GitHub action](https://docs.github.com/en/actions/quickstart) configuration in [/.github/workflows/main.yml](../.github/workflows/main.yml) uses Dockerfile to build the app, then pushes the image to the [GitHub container registry (GHCR)](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).
2. The action is triggered whenever a commit is made to the `master` branch. E.g., when a pull request is merged to `master`.
3. OpenShift projects can periodically pull this image from GHCR. Configure only **_NON-PRODUCTION_** MyLA projects to pull the image…
```sh
Expand Down

0 comments on commit 945c036

Please sign in to comment.