Added more composer latest version for php version 7 and 8
This commit is contained in:
parent
358bbe8a8f
commit
b9bfaf5071
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in New Issue