upload complement OCI image from CI, document where it can be found, use main
instead of dev
for tag
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
da9a0eb77b
commit
1cd57f40f6
4 changed files with 17 additions and 7 deletions
|
@ -53,7 +53,7 @@ in
|
|||
|
||||
dockerTools.buildImage {
|
||||
name = "complement-${main.pname}";
|
||||
tag = "dev";
|
||||
tag = "main";
|
||||
|
||||
copyToRoot = buildEnv {
|
||||
name = "root";
|
||||
|
@ -81,7 +81,7 @@ dockerTools.buildImage {
|
|||
|
||||
Env = [
|
||||
"SSL_CERT_FILE=/complement/ca/ca.crt"
|
||||
"CONDUIT_CONFIG=${./config.toml}"
|
||||
"CONDUWUIT_CONFIG=${./config.toml}"
|
||||
];
|
||||
|
||||
ExposedPorts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue