Skip to content

Commit

Permalink
Update Makefile (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm authored Jul 29, 2024
1 parent 8b31926 commit 5ed076c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ed076c

Please sign in to comment.