Merge branch 'docker-tag' into 'next'

change docker tag back to `next`

See merge request famedly/conduit!573
This commit is contained in:
Charles Hall 2024-01-27 05:55:08 +00:00
commit 4da8c7e282

View file

@ -166,7 +166,7 @@
mkOciImage = pkgs: package:
pkgs.dockerTools.buildImage {
name = package.pname;
tag = "latest";
tag = "next";
config = {
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
# are handled as expected