Remove git SHA from Docker tag name

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-07 16:27:28 -05:00
parent 038153a42a
commit 3e6cd72c18
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -44,8 +44,8 @@ jobs:
push: true push: true
tags: | tags: |
millironx/juliapro:latest 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: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:latest
ghcr.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}-${{ steps.hash.outputs.short }} ghcr.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}