From a6150329a9b3fdc0380057e75139f0771d6ba252 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 17 Oct 2024 12:52:12 -0400 Subject: [PATCH] Update release.yaml - push container image's latest tag too Signed-off-by: Mathieu Benoit --- .github/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 13300d1..303feb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,4 +41,6 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/score-spec/score-compose:${{ github.ref_name }} + tags: | + ghcr.io/score-spec/score-compose:${{ github.ref_name }} + ghcr.io/score-spec/score-compose:latest