From e76e03059a39052fb199cd9620149d9cda6688d1 Mon Sep 17 00:00:00 2001 From: Achton Smidt Winther Date: Fri, 15 Dec 2023 10:41:54 +0100 Subject: [PATCH] Update documentation for dplsh. --- tools/dplsh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dplsh/README.md b/tools/dplsh/README.md index b11e5535..0f01b620 100644 --- a/tools/dplsh/README.md +++ b/tools/dplsh/README.md @@ -44,7 +44,7 @@ This is done by the `dplsh-build-release.yaml` GitHub Action, but can also be done manually for testing purposes or in an emergency: ```shell -task build IMAGE_TAG= +IMAGE_TAG= task build task push ```