Added php version 7.2
Build and Push alpine Image / Build and push image (push) Failing after 23s Details
Build and Push Ubuntu Image / Build and push image (push) Failing after 24s Details

This commit is contained in:
Muhamad Aditya Prima 2024-11-21 19:55:09 +07:00
parent a7ff52150d
commit 73a7f67300
1 changed files with 12 additions and 0 deletions

View File

@ -37,6 +37,18 @@ jobs:
tags: | tags: |
git.winteraccess.id/${{ gitea.repository }}:2.2.23-ubuntu-php5.6 git.winteraccess.id/${{ gitea.repository }}:2.2.23-ubuntu-php5.6
aprimediet/composer: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 - name: Build and push 2.2.23@php7.4
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: