mirror of
https://github.com/chevereto/docker.git
synced 2026-07-06 01:49:05 +02:00
🌠
This commit is contained in:
2
.github/workflows/httpd-php.yml
vendored
2
.github/workflows/httpd-php.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user