From acbf7c5fcdc38935a872b3c01129a74385dc2517 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 16 Mar 2023 13:09:36 +0100 Subject: [PATCH] fix path again --- .albatros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.albatros b/.albatros index cfb0387..c91b5ac 100755 --- a/.albatros +++ b/.albatros @@ -4,7 +4,7 @@ nix build if [[ $BRANCH == "main" && -f $SECRET_PATH ]]; then mkdir -p /kaniko/.docker - cp $SECRET_PATH /kaniko/.docker/.config.json + cp $SECRET_PATH /kaniko/.docker/config.json export HOME=/kaniko nix develop --command sh -c "executor --force --destination dxflrs/albatros:${COMMIT} --context dir://`pwd` --verbosity=debug" fi