From 73a7f6730070f62879f65adc2a9691e253eba0f7 Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Thu, 21 Nov 2024 19:55:09 +0700 Subject: [PATCH] Added php version 7.2 --- .gitea/workflows/ubuntu.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/ubuntu.yaml b/.gitea/workflows/ubuntu.yaml index 33b0926..a5d1765 100644 --- a/.gitea/workflows/ubuntu.yaml +++ b/.gitea/workflows/ubuntu.yaml @@ -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: