Add no-cache to build image command in README.md

This commit is contained in:
Christer Warén 2024-11-01 04:02:15 +02:00
parent 770248925c
commit cbcfddba8c

View File

@ -7,7 +7,7 @@ Verkkopeliyhdistys Insomnia ry - Identity Bot
### Build Image ### Build Image
`podman build -t ghcr.io/insomniafi/insid-bot .` `podman build -t ghcr.io/insomniafi/insid-bot . --no-cache`
### Publish Image ### Publish Image
`podman push ghcr.io/insomniafi/insid-bot` `podman push ghcr.io/insomniafi/insid-bot`