Skip to content

Commit

Permalink
304 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pm7y committed Mar 2, 2023
1 parent 3f900a2 commit 617cce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-run.ps1
Original file line number Diff line number Diff line change
@@ -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*") {
Expand Down

0 comments on commit 617cce0

Please sign in to comment.