8.3.10
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
+3 -3
View File
@@ -4,7 +4,7 @@ on:
push: push:
env: env:
IMAGE_TAG: kenayagi/php-fpm-ext:${{ github.ref_name }} IMAGE_TAG: git.pretecno.com/pretecno/php-fpm-ext:${{ github.ref_name }}
jobs: jobs:
docker: docker:
@@ -17,8 +17,8 @@ jobs:
- name: login to the docker hub - name: login to the docker hub
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.PRETECNOREGISTRY_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.PRETECNOREGISTRY_PASSWORD }}
- name: build and push docker image - name: build and push docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
env: env:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.3.9-fpm-bookworm FROM php:8.3.10-fpm-bookworm
RUN apt-get update && \ RUN apt-get update && \
apt-get -y --no-install-recommends install \ apt-get -y --no-install-recommends install \