Skip to content

Commit d9d9a88

Browse files
committed
Update workflow
1 parent bf7956f commit d9d9a88

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main
11+
uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
1212
#uses: tiredofit/github_actions/.github/workflows/default_amd64.yml@main
1313
#uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
1414
#uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main
12+
uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
1313
#uses: tiredofit/github_actions/.github/workflows/default_amd64.yml@main
1414
#uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
1515
#uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,17 @@ Upon starting this image it will give you a ready to run server with many config
7070
Clone this repository and build the image with `docker build -t (imagename) .`
7171

7272
### Prebuilt Images
73-
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/openldap) and is the recommended method of installation.
73+
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/openldap)
7474

7575
```bash
76-
docker pull tiredofit/openldap:(imagetag)
76+
docker pull docker.io/tiredofdit/openldap:(imagetag)
7777
```
78+
Builds of the image are also available on the [Github Container Registry](https://github.com/tiredofit/docker-openldap/pkgs/container/docker-openldap)
79+
80+
```
81+
docker pull ghcr.io/tiredofit/docker-openldap:(imagetag)
82+
```
83+
7884
The following image tags are available along with their tagged release based on what's written in the [Changelog](CHANGELOG.md):
7985

8086
| Version | OpenLDAP Version | Container OS | Tag |
@@ -267,7 +273,7 @@ docker exec -it (whatever your container name is) bash
267273
These images were built to serve a specific need in a production environment and gradually have had more functionality added based on requests from the community.
268274
### Usage
269275
- The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image.
270-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) personalized support.
276+
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support
271277
### Bugfixes
272278
- Please, submit a [Bug Report](issues/new) if something isn't working as expected. I'll do my best to issue a fix in short order.
273279

0 commit comments

Comments
 (0)