repo name
All checks were successful
Publish Docker image / docker (push) Successful in 3m41s

This commit is contained in:
2025-02-26 09:09:36 +01:00
parent a7bee66741
commit dcf06ebe59

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: