align image tagging with development image #1438
Labels
container
docker
Pull requests that update Docker code
github_actions
Pull requests that update GitHub Actions code
In the development image, we use docker's metadata action to deduce the tags and labels for the image.
https://github.com/LDMX-Software/docker/blob/1c729e21b606ac9400e2e29c184a645e14c39338/.github/workflows/ci.yml#L36-L41
but here, we use some scripting I threw together since this action wasn't available at the time.
ldmx-sw/.github/workflows/build_production_image.yml
Lines 44 to 76 in 0018079
I'd like to update to docker's metadata action for the following reasons:
v
prefixing the image version while the pro image does. This is confusing and switching to the metadata action would resolve this.The text was updated successfully, but these errors were encountered: