mirror of
https://github.com/MillironX/docker-BioJulia.git
synced 2024-11-21 14:36:03 +00:00
Merge branch 'master' of github.com:MillironX/docker-JuliaPro
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
commit
e60f965949
1 changed files with 4 additions and 2 deletions
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ssh-key: ${{ secrets.TAGKEY }}
|
||||||
- uses: julia-actions/setup-julia@v1
|
- uses: julia-actions/setup-julia@v1
|
||||||
with:
|
with:
|
||||||
version: "1.6"
|
version: "1.6"
|
||||||
|
@ -30,7 +32,7 @@ jobs:
|
||||||
format: "YYYY-MM-DD"
|
format: "YYYY-MM-DD"
|
||||||
- uses: devops-infra/action-commit-push@v0.9.0
|
- uses: devops-infra/action-commit-push@v0.9.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GH_PAK }}
|
||||||
commit_message: "[⚡ AUTOMATED]: Pkg upgrade for ${{ steps.time.outputs.time }}"
|
commit_message: "[⚡ AUTOMATED]: Pkg upgrade for ${{ steps.time.outputs.time }}"
|
||||||
- id: hash
|
- id: hash
|
||||||
run: |
|
run: |
|
||||||
|
@ -38,7 +40,7 @@ jobs:
|
||||||
echo "::set-output name=long_hash::$(git rev-parse HEAD)"
|
echo "::set-output name=long_hash::$(git rev-parse HEAD)"
|
||||||
- uses: mathieudutour/github-tag-action@v6.0
|
- uses: mathieudutour/github-tag-action@v6.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GH_PAK }}
|
||||||
commit_sha: ${{ steps.hash.outputs.long_hash }}
|
commit_sha: ${{ steps.hash.outputs.long_hash }}
|
||||||
tag_prefix: ""
|
tag_prefix: ""
|
||||||
custom_tag: ${{ steps.julia_ver.outputs.version }}-${{ steps.biosequences_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