mirror of
https://github.com/MillironX/docker-BioJulia.git
synced 2024-11-21 14:36:03 +00:00
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:
parent
038153a42a
commit
3e6cd72c18
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue