We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the action description, you can read
If some OCI Image Format Specification labels generated are not suitable, you can overwrite them like this:
- name: Docker meta id: meta uses: docker/metadata-action@v4 with: images: name/app labels: | maintainer=CrazyMax org.opencontainers.image.title=MyCustomTitle org.opencontainers.image.description=Another description org.opencontainers.image.vendor=MyCompany
Link I want to overwrite org.opencontainers.image.source and specified
org.opencontainers.image.source
labels: | org.opencontainers.image.source=https://github.com/sergey-safarov/kamailio-ci
In the build log, I can see present two labels with the same key org.opencontainers.image.source
Actions output should contain only one key/value pairs. And I am able to overwrite default keys.
The output contains multiple key/value pairs. Build actions take the first pair and I not able overwrite default values.
The text was updated successfully, but these errors were encountered:
#125 (comment)
Sorry, something went wrong.
Maybe we could remove dupes to avoid confusion. Let me know if that would be good for you.
thanks @crazy-max, that will be optimal.
No branches or pull requests
Behaviour
In the action description, you can read
Link
I want to overwrite
org.opencontainers.image.source
and specifiedIn the build log, I can see present two labels with the same key
org.opencontainers.image.source
Expected behaviour
Actions output should contain only one key/value pairs. And I am able to overwrite default keys.
Actual behaviour
The output contains multiple key/value pairs. Build actions take the first pair and I not able overwrite default values.
The text was updated successfully, but these errors were encountered: