File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11name : ci-images
22
33on :
4+ # TODO(jameslamb): remove 'push' trigger before merging
45 push :
56 workflow_dispatch :
67 inputs :
@@ -28,10 +29,14 @@ jobs:
2829 include :
2930 - os : ubuntu-24.04-arm
3031 dockerfile : .ci/ci-images/manylinux_2_28_aarch64/Dockerfile
31- tag : ci-manylinux_2_28_aarch64${{ inputs.tag-suffix }}
32+ # TODO(jameslamb): revert hard-coded tag before merging
33+ tag : ci-manylinux_2_28_aarch64-dev
34+ # tag: ci-manylinux_2_28_aarch64${{ inputs.tag-suffix }}
3235 - os : ubuntu-latest
3336 dockerfile : .ci/ci-images/manylinux_2_28_x86_64/Dockerfile
34- tag : ci-manylinux_2_28_x86_64${{ inputs.tag-suffix }}
37+ # TODO(jameslamb): revert hard-coded tag before merging
38+ tag : ci-manylinux_2_28_x86_64-dev
39+ # tag: ci-manylinux_2_28_x86_64${{ inputs.tag-suffix }}
3540 steps :
3641 - name : Checkout repository
3742 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
You can’t perform that action at this time.
0 commit comments