mirror of
https://github.com/MillironX/docker-JuliaPro.git
synced 2024-11-21 15:36:04 +00:00
Correct hash extractor workflow
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
c301db5ed8
commit
e62931ec01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: olegtarasov/get-tag@v2.1
|
||||
- name: Extract Short Hash 🕵️
|
||||
id: hash
|
||||
uses: pr-mpt/actions-commit-has@v1
|
||||
uses: pr-mpt/actions-commit-hash@v1
|
||||
- name: Install QEMU 🖥️
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Install Docker 🐋
|
||||
|
|
Loading…
Reference in a new issue