From ee676f2ffd265d6bf5402f3e5a31ea492b0f57b5 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios Date: Fri, 4 Jun 2021 14:32:23 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/httpd-php.yml | 2 +- httpd-php.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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