This commit is contained in:
parent
14328a254e
commit
750d2283ad
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@ jobs:
|
|||
echo "registry=${registry}" >> "$GITHUB_OUTPUT"
|
||||
echo "registry=${registry}"
|
||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||
echo "${repository}"
|
||||
repository="${repository%:main}"
|
||||
echo "${repository}"
|
||||
echo "repository=${repository}" >> "$GITHUB_OUTPUT"
|
||||
echo "repository=${repository}"
|
||||
- name: Docker meta
|
||||
|
|
Loading…
Reference in a new issue