Skip to content

Commit 001b8c4

Browse files
committed
Fix copy paste error
1 parent 82372d7 commit 001b8c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
uses: ./.github/workflows/build-container
5151
with:
5252
container-name: ci-ubuntu-24.04-${{ matrix.container-name }}
53-
context: .github/workflows/containers/github-action-ci/
54-
dockerfile: .github/workflows/containers/github-action-ci/Dockerfile
53+
dockerfile: .github/workflows/containers/github-action-ci-tooling/Dockerfile
5554
target: ci-container-${{ matrix.container-name }}
5655
test-command: ${{ matrix.test-command }}
5756

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
uses: ./.github/workflows/build-container
4646
with:
4747
container-name: ci-ubuntu-24.04-${{ matrix.container-name }}
48-
dockerfile: .github/workflows/containers/github-action-ci-tooling/Dockerfile
48+
context: .github/workflows/containers/github-action-ci/
49+
dockerfile: .github/workflows/containers/github-action-ci/Dockerfile
4950
target: ci-container${{ matrix.container-name && format('-{0}', matrix.container-name) }}
5051
test-command: ${{ matrix.test-command }}
5152

0 commit comments

Comments
 (0)