From 70efd5fcaa6d1765fc02a6863fdf21ef0afa4b12 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 26 Oct 2022 19:06:42 +0100 Subject: [PATCH] Tiny typo --- .github/workflows/docker-build-on-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build-on-tag.yaml b/.github/workflows/docker-build-on-tag.yaml index 781cb4089..3ce063063 100644 --- a/.github/workflows/docker-build-on-tag.yaml +++ b/.github/workflows/docker-build-on-tag.yaml @@ -1,6 +1,6 @@ # Builds & pushes a docker image when a tag is created. # Tag pattern: '[tag]' & '[tag]-classic' -# 'latest' & 'latest-classic' also, when master tagged. +# 'latest' & 'classic' also, when master tagged. # Only pushes the tag when it matches one of the following patterns: # X, X.Y or X.Y.Z