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