mirror of
https://codeberg.org/liliesh/franky.git
synced 2026-03-18 22:08:36 +01:00
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
|