mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-31 01:57:35 +00:00
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
@ -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…
x
Reference in New Issue
Block a user