We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd45651 commit e43e01fCopy full SHA for e43e01f
.github/actions/build-docker/action.yml
@@ -73,7 +73,7 @@ runs:
73
id: meta
74
uses: docker/metadata-action@v5
75
with:
76
- images: ${{ inputs.registry }}/${{ inputs.image-name }}
+ images: ${{ inputs.registry == 'docker.io' && inputs.image-name || format('{0}/{1}', inputs.registry, inputs.image-name) }}
77
tags: |
78
# For releases: apply SemVer tags and latest (excludes pre-releases automatically)
79
type=semver,pattern={{version}}
0 commit comments