@@ -163,7 +163,7 @@ jobs:
163
163
uses : whoan/docker-build-with-cache-action@v5
164
164
with :
165
165
dockerfile : Dockerfile-pyneuroml
166
- build_extra_args : " --compress=true --label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
166
+ build_extra_args : " --compress=true --build-arg VERSION=${{ steps.get-version-number.outputs.version }} --build-arg SIMULATOR_VERSION=${{ steps.get-docker-image-tag.outputs.pyneuromlVersion }} --label org.opencontainers.image.source=https://github.com/${{ github.repository }} -- label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
167
167
registry : ghcr.io
168
168
image_name : biosimulators/biosimulators_pyneuroml/pyneuroml
169
169
image_tag : ${{ github.sha }}
@@ -175,7 +175,7 @@ jobs:
175
175
uses : whoan/docker-build-with-cache-action@v5
176
176
with :
177
177
dockerfile : Dockerfile-neuron
178
- build_extra_args : " --compress=true --label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
178
+ build_extra_args : " --compress=true --build-arg VERSION=${{ steps.get-version-number.outputs.version }} --build-arg SIMULATOR_VERSION=${{ steps.get-docker-image-tag.outputs.neuronVersion }} --label org.opencontainers.image.source=https://github.com/${{ github.repository }} -- label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
179
179
registry : ghcr.io
180
180
image_name : biosimulators/biosimulators_pyneuroml/neuron
181
181
image_tag : ${{ github.sha }}
@@ -187,7 +187,7 @@ jobs:
187
187
uses : whoan/docker-build-with-cache-action@v5
188
188
with :
189
189
dockerfile : Dockerfile-netpyne
190
- build_extra_args : " --compress=true --label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
190
+ build_extra_args : " --compress=true --build-arg VERSION=${{ steps.get-version-number.outputs.version }} --build-arg SIMULATOR_VERSION=${{ steps.get-docker-image-tag.outputs.netpyneVersion }} --label org.opencontainers.image.source=https://github.com/${{ github.repository }} -- label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
191
191
registry : ghcr.io
192
192
image_name : biosimulators/biosimulators_pyneuroml/netpyne
193
193
image_tag : ${{ github.sha }}
@@ -199,7 +199,7 @@ jobs:
199
199
uses : whoan/docker-build-with-cache-action@v5
200
200
with :
201
201
dockerfile : Dockerfile-brian2
202
- build_extra_args : " --compress=true --label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
202
+ build_extra_args : " --compress=true --build-arg VERSION=${{ steps.get-version-number.outputs.version }} --build-arg SIMULATOR_VERSION=${{ steps.get-docker-image-tag.outputs.brian2Version }} --label org.opencontainers.image.source=https://github.com/${{ github.repository }} -- label org.opencontainers.image.revision=${{steps.get-docker-image-tag.outputs.revision}} --label org.opencontainers.image.created=${{steps.get-docker-image-tag.outputs.created}}"
203
203
registry : ghcr.io
204
204
image_name : biosimulators/biosimulators_pyneuroml/brian2
205
205
image_tag : ${{ github.sha }}
0 commit comments