Added php version 7.2
This commit is contained in:
parent
a7ff52150d
commit
73a7f67300
|
@ -37,6 +37,18 @@ jobs:
|
|||
tags: |
|
||||
git.winteraccess.id/${{ gitea.repository }}:2.2.23-ubuntu-php5.6
|
||||
aprimediet/composer:2.2.23-ubuntu-php5.6
|
||||
- name: Build and push 2.2.23@php7.2
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.ubuntu
|
||||
build-args: |
|
||||
PHP_VERSION=7.2
|
||||
COMPOSER_VERSION=2.2.23
|
||||
push: true
|
||||
tags: |
|
||||
git.winteraccess.id/${{ gitea.repository }}:2.2.23-ubuntu-php7.2
|
||||
aprimediet/composer:2.2.23-ubuntu-php7.2
|
||||
- name: Build and push 2.2.23@php7.4
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
|
|
Reference in New Issue