mirror of
https://github.com/MillironX/docker-JuliaPro.git
synced 2024-11-21 15:36:04 +00:00
Add commit hash to tag names
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
b09db0cb57
commit
c301db5ed8
1 changed files with 6 additions and 3 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
|||
- name: Extract Tag Name 🕵️
|
||||
id: tag-name
|
||||
uses: olegtarasov/get-tag@v2.1
|
||||
- name: Extract Short Hash 🕵️
|
||||
id: hash
|
||||
uses: pr-mpt/actions-commit-has@v1
|
||||
- name: Install QEMU 🖥️
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Install Docker 🐋
|
||||
|
@ -41,8 +44,8 @@ jobs:
|
|||
push: true
|
||||
tags: |
|
||||
millironx/juliapro:latest
|
||||
millironx/juliapro:${{ steps.tag-name.outputs.tag }}
|
||||
millironx/juliapro:${{ steps.tag-name.outputs.tag }}-${{ steps.hash.outputs.short }}
|
||||
quay.io/millironx/juliapro:latest
|
||||
quay.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}
|
||||
quay.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}-${{ steps.hash.outputs.short }}
|
||||
ghcr.io/millironx/juliapro:latest
|
||||
ghcr.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}
|
||||
ghcr.io/millironx/juliapro:${{ steps.tag-name.outputs.tag }}-${{ steps.hash.outputs.short }}
|
||||
|
|
Loading…
Reference in a new issue