Skip to content

Commit baf41d2

Browse files
authored
[GitHub][CI] Fix tooling container names (#167052)
These were accidentally changed in e082220.
1 parent a4b68b8 commit baf41d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ci-container-tooling.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
include:
35-
- container-name: code-format
35+
- container-name: format
3636
test-command: 'cd $HOME && clang-format --version | grep version && git-clang-format -h | grep usage && black --version | grep black'
37-
- container-name: code-lint
37+
- container-name: lint
3838
test-command: 'cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
3939
steps:
4040
- name: Checkout LLVM
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
container-name: ci-ubuntu-24.04-${{ matrix.container-name }}
5454
dockerfile: .github/workflows/containers/github-action-ci-tooling/Dockerfile
55-
target: ci-container-${{ matrix.container-name }}
55+
target: ci-container-code-${{ matrix.container-name }}
5656
test-command: ${{ matrix.test-command }}
5757

5858
push-ci-container:

0 commit comments

Comments
 (0)