From 5ed076c63152f144645f1bfa857b6a54ddf3e43b Mon Sep 17 00:00:00 2001 From: Szepesi Tibor Date: Mon, 29 Jul 2024 10:53:31 +0200 Subject: [PATCH] Update Makefile (#89) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb4f4c9..d252dc0 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,13 @@ all: .PHONY: build-images build-images: - podman build -t ghcr.io/verseghy/iam-setup -f containerfiles/setup.Containerfile . + podman build -t ghcr.io/verseghy/iam-cli -f containerfiles/cli.Containerfile . podman build -t ghcr.io/verseghy/iam-migration -f containerfiles/migration.Containerfile . podman build -t ghcr.io/verseghy/iam . .PHONY: push-images push-images: - podman push ghcr.io/verseghy/iam-setup + podman push ghcr.io/verseghy/iam-cli podman push ghcr.io/verseghy/iam-migration podman push ghcr.io/verseghy/iam