docker_image := "swift-dev" docker_tag := "latest" build: @podman build -t {{docker_image}}:{{docker_tag}} .