We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd428d9 commit 88c5146Copy full SHA for 88c5146
.github/workflows/biosimulations_cd.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
18
password: ${{ secrets.GITHUB_TOKEN }}
19
- image_name: vcell/biosimulators_vcell
+ image_name: virtualcell/biosimulators_vcell
20
image_tag: ${{ github.event.release.tag_name }}
21
build_extra_args: --build-arg SIMULATOR_VERSION=${{ github.event.release.tag_name }}
22
push_git_tag: false
biosimulators.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"image": {
13
- "url": "ghcr.io/virtualcell/biosimulators_vcell:7.4.0.10",
+ "url": "ghcr.io/virtualcell/biosimulators_vcell:7.4.0.11",
14
"format": {
15
"namespace": "EDAM",
"id": "format_3973",
0 commit comments