From 617cce0e18c2dcb32e03355103e92143b545b3aa Mon Sep 17 00:00:00 2001 From: Paul Mcilreavy <3075792+pmcilreavy@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:29:48 +1000 Subject: [PATCH] 304 tag --- docker-run.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-run.ps1 b/docker-run.ps1 index 6be1cbe..2be38cc 100644 --- a/docker-run.ps1 +++ b/docker-run.ps1 @@ -1,11 +1,11 @@ # run a container from an existing image -$imageName="pmcilreavy/azureeventgridsimulator:latest"; +$imageName="pmcilreavy/azureeventgridsimulator:dev"; $containerName="azureeventgridsimulator-official"; # Build and push to docker hub #docker buildx create --use -#docker buildx build --push --no-cache --platform linux/arm64,linux/amd64 --tag pmcilreavy/azureeventgridsimulator:3.0.3 --tag pmcilreavy/azureeventgridsimulator:latest . +#docker buildx build --push --no-cache --platform linux/arm64,linux/amd64 --tag pmcilreavy/azureeventgridsimulator:3.0.4 --tag pmcilreavy/azureeventgridsimulator:latest . #docker buildx build --push --no-cache --platform linux/arm64,linux/amd64 --tag pmcilreavy/azureeventgridsimulator:dev . if ($(docker ps --all --filter="name=$containerName") -like "*$containerName*") {