diff --git a/.github/workflows/httpd-php.yml b/.github/workflows/httpd-php.yml index c249ff3..6eb464c 100644 --- a/.github/workflows/httpd-php.yml +++ b/.github/workflows/httpd-php.yml @@ -15,7 +15,7 @@ jobs: uses: redhat-actions/buildah-build@v2 with: image: ${{ secrets.REGISTRY_IMAGE }} - tags: latest ${{ github.sha }} + tags: latest-httpd-php dockerfiles: | ./httpd-php.Dockerfile build-args: | diff --git a/httpd-php.Dockerfile b/httpd-php.Dockerfile index 4f259d7..7440f05 100644 --- a/httpd-php.Dockerfile +++ b/httpd-php.Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \ && a2enmod rewrite ARG CHEVERETO_SOFTWARE=chevereto -ARG CHEVERETO_TAG=3.20.1 +ARG CHEVERETO_TAG=3.20.2 ARG CHEVERETO_INSTALLER_TAG=2.2.2 ARG CHEVERETO_SERVICING=docker ARG CHEVERETO_LICENSE