mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
fix: don't tag the nix produced container with latest
leave it to the github workflow on push to main Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
5c5ea357ea
commit
de06acbef9
7 changed files with 33 additions and 7 deletions
|
@ -6,8 +6,8 @@
|
|||
, teepot
|
||||
, nixsgx
|
||||
, container-name ? "teepot-vault-admin-sgx-azure"
|
||||
, tag ? "latest"
|
||||
, isAzure ? true
|
||||
, tag ? null
|
||||
, isAzure ? null
|
||||
}:
|
||||
pkgs.callPackage inputs.nixsgx-flake.lib.mkSGXContainer {
|
||||
name = container-name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue