From aacb1f100d8224677abd63578a60175d38d68dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 12 Aug 2023 14:46:07 +0100 Subject: [PATCH] describe build and push process --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c31849..7a93967 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ * `nix build '.#flakes-action' +* `docker load < result` +* `docker tag [image id] git.cyplo.dev/cyplo/base-images/flakes-action:latest` +* `docker push git.cyplo.dev/cyplo/base-images/flakes-action:latest`