Closed Gnnng closed 3 years ago
As per the workflow file, this pull request have two types of automatic build-and-push workflows for docker image.
atactr/automata:ab590788
latest
The target registry is https://hub.docker.com/repository/docker/atactr/automata. And in the future we might add new docker image tags based on git release tags (e.g., v0.1.2) or branch names.
v0.1.2
https://github.com/automata-network/automata/blob/408bac49dcaa5dd453b4f48a1bf9a03c04e9fa3b/.github/workflows/docker.yaml#L1-L44
Some references:
--mount=type=cache
--cache-from
--cache-to
As per the workflow file, this pull request have two types of automatic build-and-push workflows for docker image.
atactr/automata:ab590788
) will be created for every pushlatest
will be created.The target registry is https://hub.docker.com/repository/docker/atactr/automata. And in the future we might add new docker image tags based on git release tags (e.g.,
v0.1.2
) or branch names.https://github.com/automata-network/automata/blob/408bac49dcaa5dd453b4f48a1bf9a03c04e9fa3b/.github/workflows/docker.yaml#L1-L44
Some references:
--mount=type=cache
in Dockerfile--cache-from
and--cache-to
.