From 6d88837af86ed4c8dbe5c3ba6ad9e6970485d81e Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Wed, 22 Nov 2023 09:09:39 -0700 Subject: [PATCH] use $IMAGE in the runbook for updating WIKI_VERSIONS.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 535ff5e..36a97b3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ git tag --list | tail -1 Update WIKI_VERSIONS.txt ``` bash -docker run --rm dobbs/farm:1.0.21 wiki --version > WIKI_VERSIONS.txt +docker run --rm $IMAGE wiki --version > WIKI_VERSIONS.txt ``` # Publish container images