Docker image tag / version isn't set
Closed this issue · 2 comments
albttx commented
$ docker run --rm -it ghcr.io/notional-labs/centauri:3.1.1 version
albttx commented
ARG need to be set on workflow build image
anhductn2001 commented
Hi @albttx, our workflow build image for test process build a image from the code, so not relate to version/tag.
For build and push image to ghcr, we have this workflow here: https://github.com/notional-labs/composable-centauri/blob/main/.github/workflows/push_docker_images.yml