We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fe1fb commit 54b8192Copy full SHA for 54b8192
.github/workflows/build-ci-container.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build Container
45
uses: ./.github/workflows/build-container
46
with:
47
- container-name: ci-ubuntu-24.04-${{ matrix.container-name && format('-{0}', matrix.container-name)}}
+ container-name: ci-ubuntu-24.04${{ matrix.container-name && format('-{0}', matrix.container-name)}}
48
context: .github/workflows/containers/github-action-ci/
49
dockerfile: .github/workflows/containers/github-action-ci/Dockerfile
50
target: ci-container${{ matrix.container-name && format('-{0}', matrix.container-name) }}
0 commit comments