9 lines
No EOL
291 B
Makefile
9 lines
No EOL
291 B
Makefile
all: latest version
|
|
|
|
latest:
|
|
podman build -t liliesh/franky:latest .
|
|
podman push localhost/liliesh/franky:latest registry.satecloud.com/liliesh/franky:latest
|
|
|
|
version:
|
|
podman build -t liliesh/franky:9.3 .
|
|
podman push localhost/liliesh/franky:9.3 registry.satecloud.com/liliesh/franky:9.3
|