Added more composer latest version for php version 7 and 8
Build and Push alpine Image / Build and push image (push) Failing after 2m19s Details
Build and Push Ubuntu Image / Build and push image (push) Successful in 11m45s Details

This commit is contained in:
Aditya Prima 2024-03-24 00:21:45 +07:00
parent 358bbe8a8f
commit b9bfaf5071
2 changed files with 96 additions and 0 deletions

View File

@ -53,6 +53,54 @@ jobs:
aprimediet/composer:2.2.23
aprimediet/composer:2.2.23-alpine
aprimediet/composer:2.2.23-alpine-php7.4
- name: Build and push 2.7.2@php7.4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.alpine
build-args: |
PHP_VERSION=7.4
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-alpine-php7.4
aprimediet/composer:2.7.2-alpine-php7.4
- name: Build and push 2.7.2@php8.0
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.alpine
build-args: |
PHP_VERSION=8.0
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-alpine-php8.0
aprimediet/composer:2.7.2-alpine-php8.0
- name: Build and push 2.7.2@php8.1
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.alpine
build-args: |
PHP_VERSION=8.1
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-alpine-php8.1
aprimediet/composer:2.7.2-alpine-php8.1
- name: Build and push 2.7.2@php8.2
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.alpine
build-args: |
PHP_VERSION=8.2
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-alpine-php8.2
aprimediet/composer:2.7.2-alpine-php8.2
- name: Build and push 2.7.2@php8.3
uses: docker/build-push-action@v5
with:

View File

@ -53,6 +53,54 @@ jobs:
aprimediet/composer:2.2.23
aprimediet/composer:2.2.23-ubuntu
aprimediet/composer:2.2.23-ubuntu-php7.4
- name: Build and push 2.7.2@php7.4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.ubuntu
build-args: |
PHP_VERSION=8.2
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-ubuntu-php7.4
aprimediet/composer:2.7.2-ubuntu-php7.4
- name: Build and push 2.7.2@php8.0
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.ubuntu
build-args: |
PHP_VERSION=8.0
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-ubuntu-php8.0
aprimediet/composer:2.7.2-ubuntu-php8.0
- name: Build and push 2.7.2@php8.1
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.ubuntu
build-args: |
PHP_VERSION=8.1
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-ubuntu-php8.1
aprimediet/composer:2.7.2-ubuntu-php8.1
- name: Build and push 2.7.2@php8.2
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.ubuntu
build-args: |
PHP_VERSION=8.2
COMPOSER_VERSION=2.7.2
push: true
tags: |
git.winteraccess.id/${{ gitea.repository }}:2.7.2-ubuntu-php8.2
aprimediet/composer:2.7.2-ubuntu-php8.2
- name: Build and push 2.7.2@php8.3
uses: docker/build-push-action@v5
with: