Merge branch 'docker-tag' into 'next'
change docker tag back to `next` See merge request famedly/conduit!573
This commit is contained in:
commit
4da8c7e282
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue