mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -07:00
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:
parent
7218409f96
commit
48da254fab
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 }}\
|
||||
/${{ github.repository }}\
|
||||
/community.mysql\
|
||||
/${{ inputs.image_name }}"
|
||||
tags: latest
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue