Attempt to use a fixed repo name in the image name

My last attempts produced duplicates images under my name + repo name:
laurent-indermuehle/community.mysql. Previously I had only my name. And
none of the above are what we want. We want only community.mysql in the
image name...
This commit is contained in:
Laurent Indermuehle 2023-03-07 17:38:35 +01:00
parent 7218409f96
commit 48da254fab
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -43,7 +43,7 @@ jobs:
with:
images:
"${{ inputs.registry }}\
/${{ github.repository }}\
/community.mysql\
/${{ inputs.image_name }}"
tags: latest