From c52bc079e0d59a875a20fb9d8c412872fe27bf83 Mon Sep 17 00:00:00 2001 From: "Jack S. Hale" Date: Thu, 16 Nov 2023 22:08:00 +0100 Subject: [PATCH] Update docker-update-stable.yml --- .github/workflows/docker-update-stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-update-stable.yml b/.github/workflows/docker-update-stable.yml index f112a0283ef..620caa97ab7 100644 --- a/.github/workflows/docker-update-stable.yml +++ b/.github/workflows/docker-update-stable.yml @@ -1,5 +1,5 @@ --- -name: Update stable Docker tag +name: Docker update stable tag # Links/updates stable docker tags to specified version. # This should be used after building a specific tagged image e.g. `:v0.7.2`. @@ -13,7 +13,7 @@ on: workflow_dispatch: inputs: tag: - description: "link :stable to tag" + description: "link stable to tag" type: string required: true