Skip to content

Commit

Permalink
updating readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ersilia-bot committed Dec 23, 2024
1 parent e8c1973 commit 52a148b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-bentoml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ jobs:
# If test succeeds we tag the image with timestamp and latest
- name: Get date
id: getDate
id: get-date
env:
DATE: ${{ github.run_started_at }}
run: |
# Keep only the date part
DATE=$(echo $DATE | cut -d 'T' -f 1)
echo "::set-output name=DATE::$DATE"
echo "date=$DATE" >> $GITHUB_OUTPUT
- name: Build and push
id: buildMultiple
Expand All @@ -156,7 +156,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
ersiliaos/${{ github.event.repository.name }}:latest
ersiliaos/${{ github.event.repository.name }}:${{ steps.getDate.outputs.DATE }}
ersiliaos/${{ github.event.repository.name }}:${{ steps.get-date.outputs.date }}
- name: Set build failure output
id: buildCheck
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upload-ersilia-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
# If test succeeds we tag the image with timestamp and latest
- name: Get date
id: getDate
id: get-date
env:
DATE: ${{ github.run_started_at }}
run: |
# Keep only the date part
DATE=$(echo $DATE | cut -d 'T' -f 1)
echo "::set-output name=DATE::$DATE"
echo "date=$DATE" >> $GITHUB_OUTPUT
- name: Build and push
id: buildMultiple
Expand All @@ -136,7 +136,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
ersiliaos/${{ github.event.repository.name }}:latest
ersiliaos/${{ github.event.repository.name }}:${{ steps.getDate.outputs.DATE }}
ersiliaos/${{ github.event.repository.name }}:${{ steps.get-date.outputs.date }}
- name: Set build failure output
id: buildCheck
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The model is simply an implementation of the function Descriptors.MolWt of the c
## Ersilia model URLs
* [GitHub](https://github.com/ersilia-os/eos3b5e)
* [AWS S3](https://ersilia-models-zipped.s3.eu-central-1.amazonaws.com/eos3b5e.zip)
* [DockerHub](https://hub.docker.com/r/ersiliaos/eos3b5e) (AMD64, ARM64)
* [DockerHub](https://hub.docker.com/r/ersiliaos/eos3b5e) (AMD64)

## Citation

Expand Down

0 comments on commit 52a148b

Please sign in to comment.