Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuhank committed Feb 7, 2025
1 parent 03cdb93 commit 70001de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ This repository includes a GitHub Actions workflow that:

# Adding or Updating Docker Images

## Adding a New Docker Image
## Adding a New Docker Image for a New Project

1. Create a **new folder** at the top level of this repository, for example `tuna-2025/`.
2. Put a **Dockerfile** inside that folder.
3. Commit and push your changes (this will trigger the GitHub Actions workflow).
- The GitHub Actions workflow will detect the new directory, build a new Docker image, and push it to GHCR.
4. Make the package public (if non-sensitive and intended for public use) so that others can access it without authentication by going to https://github.com/orgs/PacificCommunity/packages and clicking on the package name.
- Click on the “Settings” tab and change the visibility to “Public”.

## Updating an Existing Docker Image

Expand Down

0 comments on commit 70001de

Please sign in to comment.