mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 14:10:50 +01: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:
|
mkOciImage = pkgs: package:
|
||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildImage {
|
||||||
name = package.pname;
|
name = package.pname;
|
||||||
tag = "latest";
|
tag = "next";
|
||||||
config = {
|
config = {
|
||||||
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
|
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
|
||||||
# are handled as expected
|
# are handled as expected
|
||||||
|
|
Loading…
Reference in a new issue