mirror of
https://github.com/MillironX/docker-BioJulia.git
synced 2024-11-21 14:36:03 +00:00
Add BioSequences version to tag name
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
fcda5c073e
commit
647214f479
1 changed files with 4 additions and 1 deletions
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
|||
using Pkg
|
||||
Pkg.instantiate()
|
||||
Pkg.update()'
|
||||
- id: biosequences_ver
|
||||
run: |
|
||||
echo "::set-output name=version::$(julia --project=${GITHUB_WORKSPACE} -e 'using Pkg, UUIDs; println(string(Pkg.dependencies()[UUID("c7e460c6-2fb9-53a9-8c5b-16f535851c63")].version))')"
|
||||
- id: time
|
||||
uses: nanzm/get-time-action@v1.1
|
||||
with:
|
||||
|
@ -37,4 +40,4 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit_sha: ${{ steps.hash.outputs.long_hash }}
|
||||
custom_tag: ${{ steps.julia_ver.outputs.version }}-${{ steps.hash.outputs.short_hash }}
|
||||
custom_tag: ${{ steps.julia_ver.outputs.version }}-${{ steps.biosequences_ver.outputs.version }}-${{ steps.hash.outputs.short_hash }}
|
||||
|
|
Loading…
Reference in a new issue