2 Commits
8.3 ... 8.1

Author SHA1 Message Date
K
95bee80219 8.1.29
Some checks failed
Publish Docker image / docker (push) Failing after 3m32s
2024-08-14 13:42:34 +02:00
K
49ed7813d2 git.pretecno.com registry 2024-08-14 13:41:56 +02:00
2 changed files with 5 additions and 4 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.1.28-fpm-bookworm
FROM php:8.1.29-fpm-bookworm
RUN apt-get update && \
apt-get -y --no-install-recommends install \