From 3ad7dc37142ac0ffe2a18a27269702d693a46668 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 12 May 2019 22:35:50 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2843506a4..1f48471e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -66,7 +66,7 @@ jobs: - script: | set -e - sudo docker pull homeassistant/hassos-azure:pull + sudo docker pull homeassistant/hassos-azure:latest sudo docker build -t homeassistant/hassos-azure:latest \ --cache-from homeassistant/hassos-azure:latest .azure sudo docker push homeassistant/hassos-azure:latest