From 02f0712934b842f064bc86476242f0609cea6867 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 28 May 2020 21:19:06 +0200 Subject: [PATCH] ci: fix static being built on wrong docker image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dae4867ad..a49cffbcc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -184,5 +184,5 @@ stages: containerRegistry: 'dockerhub' repository: 'beryju/passbook-static' command: 'buildAndPush' - Dockerfile: 'Dockerfile' + Dockerfile: 'static.Dockerfile' tags: '$(Build.SourceBranchName)'