mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
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:
parent
c0e8077338
commit
e84bbb77a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
with:
|
||||
images:
|
||||
"${{ inputs.registry }}\
|
||||
/community.mysql\
|
||||
/${{ github.repository }}\
|
||||
/${{ inputs.image_name }}"
|
||||
tags: latest
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue