diff --git a/.github/workflows/minio.yml b/.github/workflows/minio.yml index f2254f6..db01531 100644 --- a/.github/workflows/minio.yml +++ b/.github/workflows/minio.yml @@ -7,7 +7,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: minio-ci + IMAGE_NAME: aldy505/minio-ci jobs: build: diff --git a/.github/workflows/redpanda.yml b/.github/workflows/redpanda.yml index 8c0bb3d..3a2dcd7 100644 --- a/.github/workflows/redpanda.yml +++ b/.github/workflows/redpanda.yml @@ -7,7 +7,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: redpanda-ci + IMAGE_NAME: aldy505/redpanda-ci jobs: build: diff --git a/.github/workflows/typesense.yml b/.github/workflows/typesense.yml index 9c540b8..f33a006 100644 --- a/.github/workflows/typesense.yml +++ b/.github/workflows/typesense.yml @@ -7,7 +7,7 @@ on: env: REGISTRY: ghcr.io - IMAGE_NAME: typesense-ci + IMAGE_NAME: aldy505/typesense-ci jobs: build: diff --git a/README.md b/README.md index 9592851..a1855f2 100644 --- a/README.md +++ b/README.md @@ -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