Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 6m35s
6 lines
111 B
Makefile
6 lines
111 B
Makefile
docker_image := "swift-dev"
|
|
docker_tag := "latest"
|
|
|
|
build:
|
|
@podman build -t {{docker_image}}:{{docker_tag}} .
|