fix: should tell the repository owner

This commit is contained in:
Reinaldy Rafli 2022-12-16 20:54:25 +07:00
parent 6cd22c5fa8
commit 9d9fa9c343
Signed by: aldy505
GPG Key ID: 1DAB793F100A560A
4 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: minio-ci
IMAGE_NAME: aldy505/minio-ci
jobs:
build:

View File

@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: redpanda-ci
IMAGE_NAME: aldy505/redpanda-ci
jobs:
build:

View File

@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: typesense-ci
IMAGE_NAME: aldy505/typesense-ci
jobs:
build:

View File

@ -61,14 +61,16 @@ to authenticate to Docker Hub, because Github Packages already did that for me.
## How to use the packages?
See the **Packages** section on the right of the repository, click it.
See the **[Packages](https://github.com/users/aldy505/packages?repo_name=continuous-integration-images)**
section on the right of the repository, click it.
Then just use it, without any settings. If there are authentication,
there should be a note on the `README.md` of each directory.
## I want to add another package, yet I'm also lazy on maintaining it.
Sure, submit a PR that supply a `Dockerfile` and a Github Action workflow file
Sure, submit a PR that supply a `Dockerfile` and a
[Github Action workflow file](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions)
(inside the `.github/workflows` directory). I'll take a look and merge it.
## License