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:
Harald Hoyer 2024-06-12 13:15:50 +02:00
parent 5c5ea357ea
commit de06acbef9
Signed by: harald
GPG key ID: F519A1143B3FBE32
7 changed files with 33 additions and 7 deletions

View file

@ -8,7 +8,6 @@
}:
dockerTools.buildLayeredImage {
name = "vault-unseal";
tag = "latest";
config.Entrypoint = [ "${teepot.teepot.vault_unseal}/bin/vault-unseal" ];