From 1a3bee9b82d5a0dcd509401b9fc69276d6bfa87a Mon Sep 17 00:00:00 2001 From: Jonathan Sick Date: Wed, 17 Nov 2021 09:15:16 -0500 Subject: [PATCH] Push the latest tag in addition to the version --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b09e260..effe191 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,7 +44,7 @@ jobs: with: context: . push: true - tags: lsstsqre/ltd-mason:${{ steps.vars.outputs.tag }} + tags: lsstsqre/ltd-mason:${{ steps.vars.outputs.tag }},lsstsqre/ltd-mason:latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new