Fix to use labels instead of upstream annotations in build image command

This commit is contained in:
Christer Warén 2024-11-01 04:26:29 +02:00
parent cbcfddba8c
commit 62eb1feb89

View File

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