custom registry
Publish Docker image / docker (push) Successful in 2m28s

This commit is contained in:
2025-02-26 09:24:45 +01:00
parent a7bee66741
commit 6b7b1d5743
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
env:
IMAGE_TAG: ${{ vars.DOCKERREGISTRY_HOST }}/odoo/odoo:${{ github.ref_name }}
IMAGE_TAG: ${{ vars.DOCKERREGISTRY_HOST }}/${{ github.repository }}:${{ github.ref_name }}
jobs:
docker:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.3.17-fpm-bookworm
FROM php:8.4.4-fpm-bookworm
RUN apt-get update && \
apt-get -y --no-install-recommends install \