We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa74ff commit 542da81Copy full SHA for 542da81
.github/workflows/clp-execution-image-build.yaml
@@ -61,7 +61,7 @@ jobs:
61
shell: "bash"
62
run: "chown $(id -u):$(id -g) -R ."
63
64
- - uses: "./.github/actions/clp-execution-image-build"
+ - uses: "./.github/actions/clp-image-build"
65
with:
66
image_type: "execution"
67
image_registry: "ghcr.io"
.github/workflows/clp-package-image-build.yaml
@@ -93,7 +93,7 @@ jobs:
93
run_command: >-
94
CLP_CORE_MAX_PARALLELISM_PER_BUILD_TASK=$(getconf _NPROCESSORS_ONLN) task package
95
96
97
98
image_type: "package"
99
0 commit comments