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