custom registry
All checks were successful
Publish Docker image / docker (push) Successful in 2m28s

This commit is contained in:
2025-02-26 09:04:37 +01:00
parent a7bee66741
commit 6b7b1d5743
2 changed files with 2 additions and 2 deletions

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:

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 \