From 3e6cd72c180610f6dc435cb7a1b51566cc5d7ec8 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 7 Apr 2022 16:27:28 -0500 Subject: [PATCH] Remove git SHA from Docker tag name Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40bc415..f0bd867 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,8 +44,8 @@ jobs: push: true tags: | millironx/juliapro:latest - millironx/juliapro:${{ steps.tag-name.outputs.tag }}-${{ steps.hash.outputs.short }} + millironx/juliapro:${{ steps.tag-name.outputs.tag }} quay.io/millironx/juliapro:latest - quay.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}-${{ steps.hash.outputs.short }} + quay.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }} ghcr.io/millironx/juliapro:latest - ghcr.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}-${{ steps.hash.outputs.short }} + ghcr.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}