From 416b205e9da3ab6469603d2ac248caedb0c9d909 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 1 Dec 2023 16:54:38 +0000 Subject: [PATCH] release latest image name --- .github/workflows/matrix-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matrix-build.yml b/.github/workflows/matrix-build.yml index bed1098..57c37d7 100644 --- a/.github/workflows/matrix-build.yml +++ b/.github/workflows/matrix-build.yml @@ -70,4 +70,5 @@ jobs: - name: Push manifests run: | - docker manifest push $DOCKER_REPO:${{ steps.vars.outputs.version }} + docker manifest push $DOCKER_REPO:v${{ steps.vars.outputs.version }} + docker manifest push $DOCKER_REPO:latest