Skip to content

Commit

Permalink
Try this variation
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Dec 9, 2024
1 parent 24e5287 commit a39b68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
push: ${{ github.event.inputs.upload }}
tags: ${{ github.event.inputs.container_registry }}/neuronsimulator/neuron_wheel:${{ github.event.inputs.tag }}-${{ matrix.arch }}
build-args: |
MANYLINUX_IMAGE: ${{ github.event.inputs.base_image }}_${{ matrix.arch }}
MANYLINUX_IMAGE=${{ github.event.inputs.base_image }}_${{ matrix.arch }}

0 comments on commit a39b68e

Please sign in to comment.