diff --git a/.gitea/workflows/build_image.yml b/.gitea/workflows/build_image.yml index 7d06977..52f2125 100644 --- a/.gitea/workflows/build_image.yml +++ b/.gitea/workflows/build_image.yml @@ -99,6 +99,12 @@ jobs: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} password: ${{ secrets.GHCR_PASSWORD }} + - name: Login to Lavaforge container registry + uses: https://github.com/docker/login-action@v3 + with: + registry: lavaforge.org + username: ${{ secrets.LAVAFORGE_USERNAME }} + password: ${{ secrets.LAVAFORGE_PASSWORD }} - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@v5 @@ -112,6 +118,7 @@ jobs: davidquinonescl/hyperion-docker git.claeyscloud.com/david/hyperion-docker ghcr.io/davidclaeysquinones/hyperion-docker + lavaforge.org/davidclaeysquinones/hyperion-docker flavor: | latest=true tags: | diff --git a/README.md b/README.md index affedc6..b7d255b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The image has the following characteristics: 4. It disables network segmentation so that by default you don't have to use special network settings 5. Runs hyperiond service as non-root user. Default UID:GID are 1000:1000 but they can be easily changed through environment variables -A mirror of this repository can be found in [github](https://github.com/davidclaeysquinones/hyperion-docker). +A mirror of this repository can be found in [github](https://github.com/davidclaeysquinones/hyperion-docker) and in [lavaforge](https://lavaforge.org/davidquinonescl/hyperion-docker). The image is distributed in the following container registries : - [gitea](https://git.claeyscloud.com/david/-/packages/container/hyperion-docker/latest) @@ -34,7 +34,8 @@ version: '3.3' services: hyperionng: image: git.claeyscloud.com/david/hyperion-docker - #image: ghcr.io/davidclaeysquinones/hyperion-docker:latest + #image: lavaforge.org/davidclaeysquinones/hyperion-docker + #image: ghcr.io/davidclaeysquinones/hyperion-docker #image: davidquinonescl/hyperion-docker volumes: - /docker/hyperion:/config