2 Commits
8.3 ... 8.4.14

Author SHA1 Message Date
K
3bce6f13c2 8.4.14
All checks were successful
Publish Docker image / docker (push) Successful in 2m30s
2025-11-06 10:40:09 +01:00
K
6b7b1d5743 custom registry
All checks were successful
Publish Docker image / docker (push) Successful in 2m28s
2025-02-26 09:24:45 +01:00
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.14-fpm-bookworm
RUN apt-get update && \
apt-get -y --no-install-recommends install \