From 0aff7c7abb4d54fa461c3650b8fe6b9cb81b6b45 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 4 Jun 2024 16:19:02 -0400 Subject: [PATCH] fix tags missing --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfce60d..d8071a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,4 +47,5 @@ jobs: NODE_VERSION=${{ matrix.node-version }} GO_VERSION=${{ matrix.go-version }} tags: | - git.myco.systems/mycosystems/hugo-ci:extended-${{ matrix.hugo-version \ No newline at end of file + git.myco.systems/mycosystems/hugo-ci:extended-${{ matrix.hugo-version }}-${{ matrix.node-version }}-${{ matrix.go-version }} + git.myco.systems/mycosystems/hugo-ci:extended-latest