Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Jul 7, 2024
1 parent 473233d commit b397cd4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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-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-migration
podman push ghcr.io/verseghy/iam

0 comments on commit b397cd4

Please sign in to comment.