From 62eb1feb894d6d33f2adab238a0bcf17bdc98ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 1 Nov 2024 04:26:29 +0200 Subject: [PATCH] Fix to use labels instead of upstream annotations in build image command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b90af79..3af39bd 100644 --- a/README.md +++ b/README.md @@ -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`