8.3.10
Some checks failed
Publish Docker image / docker (push) Failing after 17s

This commit is contained in:
2024-08-14 12:21:28 +02:00
parent 256e30c84f
commit 7f804d296c
2 changed files with 4 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,8 @@ jobs:
- name: login to the docker hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
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.3.9-fpm-bookworm
FROM php:8.3.10-fpm-bookworm
RUN apt-get update && \
apt-get -y --no-install-recommends install \