Skip to content

Commit c0ed153

Browse files
committed
use -dev label
1 parent 45735f0 commit c0ed153

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci-images.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: ci-images
22

33
on:
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

0 commit comments

Comments
 (0)