File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments