rename package

This commit is contained in:
Rodolfo Berrios 2021-11-27 09:09:15 -03:00
parent 428e5ad3f0
commit 8735dcd041
No known key found for this signature in database
GPG Key ID: D3AAC2481DBDD9FE
5 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
env:
GHCR_SLUG: ghcr.io/rodber/chevereto-free-httpd-php
GHCR_SLUG: ghcr.io/rodber/chevereto-free
jobs:
buildx:

View File

@ -4,7 +4,7 @@ To keep the software updated you have to simply keep the application files updat
* Using the built-in updater at `/dashboard` > Click **check for updates**
* Downloading a [Release](https://github.com/rodber/chevereto-free/releases) and **Extract to** the application filesystem
* (Docker) Re-creating the container based in our [updated image](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free-httpd-php)
* (Docker) Re-creating the container based in our [updated image](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free)
## Upgrade to Paid

View File

@ -6,16 +6,16 @@
## Docker build
* **Tip:** Tag `ghcr.io/rodber/chevereto-free-httpd-php:1.6` to override the [ghcr package](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free-httpd-php) with local
* **Tip:** Tag `ghcr.io/rodber/chevereto-free:1.6` to override the [ghcr package](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free) with local
```sh
docker build -t ghcr.io/rodber/chevereto-free-httpd-php:1.6 . \
docker build -t ghcr.io/rodber/chevereto-free:1.6 . \
-f httpd-php.Dockerfile
```
* For custom tag: Replace `tag` with your own.
```sh
docker build -t rodber/chevereto-free-httpd-php:tag . \
docker build -t rodber/chevereto-free:tag . \
-f httpd-php.Dockerfile
```

View File

@ -17,7 +17,7 @@ services:
app:
container_name: chevereto-free-dev_app
image: ghcr.io/rodber/chevereto-free-httpd-php:1.6
image: ghcr.io/rodber/chevereto-free:1.6
networks:
- chevereto
volumes:

View File

@ -17,7 +17,7 @@ services:
app:
container_name: chevereto-free_app
image: ghcr.io/rodber/chevereto-free-httpd-php:1.6
image: ghcr.io/rodber/chevereto-free:1.6
networks:
- chevereto
volumes: