This commit is contained in:
Rodolfo Berrios
2021-06-04 14:32:23 -04:00
parent 9c4d8b6eaa
commit ee676f2ffd
2 changed files with 2 additions and 2 deletions

View File

@@ -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: |

View File

@@ -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