File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - ' ghcr.io'
2727 - ' docker.io'
2828
29- tag :
30- description : ' The tag for the final Docker image'
31- default : ' latest- '
29+ prefix :
30+ description : ' The tag prefix for the final Docker image'
31+ default : ' '
3232 required : true
3333
3434jobs :
4141 - platform : ' linux/amd64'
4242 arch : ' x86_64'
4343 base_image : ' ubuntu-22.04'
44+
4445 - platform : ' linux/arm64'
4546 arch : ' aarch64'
4647 base_image : ' ubuntu-22.04-arm'
6768 context : " {{defaultContext}}:packaging/python"
6869 platforms : ${{ matrix.platform }}
6970 push : ${{ github.event.inputs.upload }}
70- tags : ${{ github.event.inputs.container_registry }}/neuronsimulator/neuron_wheel:${{ github.event.inputs.tag }}${{ github.event.inputs.base_image }}_${{ matrix.arch }}
71+ tags : ${{ github.event.inputs.container_registry }}/neuronsimulator/neuron_wheel:${{ github.event.inputs.prefix }}${{ github.event.inputs.base_image }}_${{ matrix.arch }}
7172 build-args : |
7273 MANYLINUX_IMAGE=${{ github.event.inputs.base_image }}_${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments