You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An advantage of this approach is that combined with the removal of the build/push action, it might make the wrapping Makefile redundant with a single git tag -s x.y.z-b && git push required for triggering the release of a new set of images.
The text was updated successfully, but these errors were encountered:
Container annotations following the OCI image specification are currently defined in the Dockerfile
omero-server-docker/Dockerfile
Lines 3 to 5 in 3a39707
Their value is updated as part of the release workflow in
omero-server-docker/Makefile
Lines 36 to 38 in 3a39707
It might be worth investigating the
labels
field of docker/build-push-action maybe re-using the workflow defined in https://github.com/docker/build-push-action/blob/646552f0a10fc45d23fb5d14bdae567ea53969e3/docs/advanced/tags-labels.md for creating these labels as part of the GitHub workflow.An advantage of this approach is that combined with the removal of the build/push action, it might make the wrapping
Makefile
redundant with a singlegit tag -s x.y.z-b && git push
required for triggering the release of a new set of images.The text was updated successfully, but these errors were encountered: