Rollback to github.repository in container image name

This time I think I understood. We publish in the
github.repository_owner's namespace. In my case it's laurent-indermuehle
and in case of upstream it's ansible-collection. A proof of that:
https://github.com/orgs/ansible-collections/packages <- here there is
one attempt I did in february to push my branch to the upstream.
So, our tests containers will be visible to the whole community, not
just community.mysql.
This commit is contained in:
Laurent Indermuehle 2023-03-07 18:05:04 +01:00
parent c0e8077338
commit e84bbb77a9
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

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