mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-26 20:43:48 +03:00
change docker tag back to next
I misunderstood what the general meaning of the `latest` tag was.
This commit is contained in:
parent
825ceac1c3
commit
0df5d18fd6
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