From 5e7fa62437abf51cc9043c8d49969f86077b792d Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 17 Oct 2024 13:04:34 -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 5ae4b7b..3efc2e2 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-k8s:${{ github.ref_name }} + tags: | + ghcr.io/score-spec/score-k8s:${{ github.ref_name }} + ghcr.io/score-spec/score-k8s:latest