From 4bf3fe204c431a786981334b137e9e91b423fe55 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Mon, 10 Feb 2025 22:32:11 +0000 Subject: [PATCH] Try to fix tags --- WebDisplay/deploy/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebDisplay/deploy/azure-pipelines.yml b/WebDisplay/deploy/azure-pipelines.yml index 39c7c09..2ad5ae9 100644 --- a/WebDisplay/deploy/azure-pipelines.yml +++ b/WebDisplay/deploy/azure-pipelines.yml @@ -24,14 +24,14 @@ stages: command: 'build' containerRegistry: 'Docker Hub' dockerFile: 'WebDisplay/Dockerfile' - arguments: '-t ckaczor/home-monitor-web-display:$(Build.BuildNumber)' + tags: '$(Build.BuildNumber)' - task: Docker@2 displayName: 'Push an image' inputs: command: 'push' containerRegistry: 'Docker Hub' repository: 'ckaczor/home-monitor-web-display' - arguments: '-t ckaczor/home-monitor-web-display:$(Build.BuildNumber)' + tags: '$(Build.BuildNumber)' - task: Bash@3 inputs: targetType: 'inline'