Skip to content

Commit 542da81

Browse files
committed
correct action name
1 parent 9aa74ff commit 542da81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clp-execution-image-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: "bash"
6262
run: "chown $(id -u):$(id -g) -R ."
6363

64-
- uses: "./.github/actions/clp-execution-image-build"
64+
- uses: "./.github/actions/clp-image-build"
6565
with:
6666
image_type: "execution"
6767
image_registry: "ghcr.io"

.github/workflows/clp-package-image-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run_command: >-
9494
CLP_CORE_MAX_PARALLELISM_PER_BUILD_TASK=$(getconf _NPROCESSORS_ONLN) task package
9595
96-
- uses: "./.github/actions/clp-execution-image-build"
96+
- uses: "./.github/actions/clp-image-build"
9797
with:
9898
image_type: "package"
9999
image_registry: "ghcr.io"

0 commit comments

Comments
 (0)