5 Commits
8.3 ... 8.2.23

Author SHA1 Message Date
K
f066d8443e 8.2.23
All checks were successful
Publish Docker image / docker (push) Successful in 2m55s
2024-09-04 15:28:52 +02:00
K
afd7b18000 8.2.22
All checks were successful
Publish Docker image / docker (push) Successful in 2m2s
2024-08-14 13:40:48 +02:00
K
19eacd1918 git.pretecno.com registry
Some checks failed
Publish Docker image / docker (push) Has been cancelled
2024-08-14 13:39:41 +02:00
K
1e011ae3ec 8.2.21
Some checks failed
Publish Docker image / docker (push) Failing after 4m49s
2024-07-26 09:53:03 +02:00
K
bfa0f15ec3 8.2
All checks were successful
Publish Docker image / docker (push) Successful in 5m37s
2024-05-21 15:47:00 +02:00
3 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
env:
IMAGE_TAG: kenayagi/php-fpm-ext:${{ github.ref_name }}
IMAGE_TAG: git.pretecno.com/pretecno/php-fpm-ext:${{ github.ref_name }}
jobs:
docker:
@@ -17,8 +17,9 @@ jobs:
- name: login to the docker hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: git.pretecno.com
username: ${{ secrets.PRETECNOREGISTRY_USERNAME }}
password: ${{ secrets.PRETECNOREGISTRY_PASSWORD }}
- name: build and push docker image
uses: docker/build-push-action@v4
env:

View File

@@ -1,4 +1,4 @@
FROM php:8.2.19-fpm-bookworm
FROM php:8.2.23-fpm-bookworm
RUN apt-get update && \
apt-get -y --no-install-recommends install \

View File

@@ -1,2 +1,2 @@
# docker-php-fpm-ext
PHP 8.1 FPM with custom extensions
PHP 8.2 FPM with custom extensions