dawarich icon indicating copy to clipboard operation
dawarich copied to clipboard

feat(build): add oci labels

Open Saschl opened this issue 8 months ago • 0 comments

Uses the docker metadata action to generate labels for the docker image which can be used by tools like renovate to display the proper source repo of the image and add the changelog for example. Inspired by: https://github.com/immich-app/immich/pull/17378

I've tested this on my fork and renovate picks up the labels correctly.

Note: this action can also be used to tag the image (and therefore replace the current "Set docker tags" step, but that can be done on a separate PR as I believe that warrants some discussion first)

image

Saschl avatar May 04 '25 19:05 Saschl