feat: Updates readme, adds ci to build image when pushed.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 6m35s

This commit is contained in:
2025-11-12 12:16:16 -05:00
parent 56e7088899
commit 1625e8b380
4 changed files with 132 additions and 12 deletions

5
justfile Normal file
View File

@@ -0,0 +1,5 @@
docker_image := "swift-dev"
docker_tag := "latest"
build:
@podman build -t {{docker_image}}:{{docker_tag}} .