From 43c7108fc1d91fdf5cd4f60a558af27d413187d7 Mon Sep 17 00:00:00 2001 From: mat ess Date: Thu, 20 Oct 2022 23:08:14 -0400 Subject: [PATCH] Add latest tags --- .drone.jsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index c9369f6..8f22a0e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -10,7 +10,7 @@ local NixStep(env) = local output = if prod then '' else ' .#staging-site'; { name: 'nix build ' + env, - image: 'nixos/nix', + image: 'nixos/nix:latest', volumes: [Volume], commands: [ '$NIX build' + output, @@ -22,7 +22,7 @@ local NetlifyStep(env) = local prod = env == 'production'; { name: 'netlify deploy ' + env, - image: 'internetmat/drone-netlify', + image: 'internetmat/drone-netlify:latest', volumes: [Volume], settings: { token: { from_secret: 'netlify_token' },