feat: publish to docker.io
This commit is contained in:
parent
7de4f1cad8
commit
7e4c344ec1
4
Makefile
4
Makefile
@ -69,6 +69,10 @@ podman-run:
|
|||||||
podman-stop:
|
podman-stop:
|
||||||
podman stop knowyt
|
podman stop knowyt
|
||||||
|
|
||||||
|
podman-publish:
|
||||||
|
podman push knowyt:$(VERSION) docker.io/settel/knowyt:$(VERSION)
|
||||||
|
podman push knowyt:$(VERSION) docker.io/settel/knowyt:latest
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf client/.output/
|
rm -rf client/.output/
|
||||||
rm -rf client/.nuxt/
|
rm -rf client/.nuxt/
|
||||||
|
Loading…
Reference in New Issue
Block a user