Skip to content
New issue

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

Use docker/metadata-action to make sure all opencontainer labels are set #680

Merged
merged 3 commits into from Apr 15, 2024

Conversation

halkeye
Copy link
Contributor

@halkeye halkeye commented Apr 6, 2024

I use renovate to make sure my deployed apps are up to date. (see) and according to the documentation if the source docker label is set, it'll actually pull in the release notes.

I checked the latest release, and it doesn't seem to have the labels (or any labels) set, so using the pre-existing github action should populate all the nice metadata.

regctl image config --format '{{ jsonPretty .Config.Labels }}' ghcr.io/plankanban/planka
null

@CLAassistant
Copy link

CLAassistant commented Apr 6, 2024

CLA assistant check
All committers have signed the CLA.

@halkeye
Copy link
Contributor Author

halkeye commented Apr 7, 2024

regctl image config --format '{{ jsonPretty .Config.Labels }}' ghcr.io/halkeye/halkeye/planka
{
  "org.opencontainers.image.created": "2024-04-06T22:45:12.125Z",
  "org.opencontainers.image.description": "The realtime kanban board for workgroups built with React and Redux.",
  "org.opencontainers.image.licenses": "AGPL-3.0",
  "org.opencontainers.image.revision": "3e442ffeece7aa986a8b25e433134de273902d93",
  "org.opencontainers.image.source": "https://github.com/halkeye/planka",
  "org.opencontainers.image.title": "planka",
  "org.opencontainers.image.url": "https://github.com/halkeye/planka",
  "org.opencontainers.image.version": "1.16.2-test-pr"
}

\o/

@meltyshev meltyshev merged commit a1323cd into plankanban:master Apr 15, 2024
1 check passed
@meltyshev
Copy link
Member

Thanks for the update :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants