From ccc83ed4e0266d5d5e7b803bfda76f5801ebdb49 Mon Sep 17 00:00:00 2001 From: sallyom Date: Mon, 19 Feb 2024 14:23:43 -0500 Subject: [PATCH] quick fix: actions cp/paste error Signed-off-by: sallyom --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 82150bf0..f6e31081 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -137,7 +137,7 @@ jobs: - name: Build code-generation if: steps.changed-files-codegen.outputs.any_changed == 'true' - id: build_summarizer_multiplatform + id: build_codegen_multiplatform uses: redhat-actions/buildah-build@v2 with: image: ${{ env.CODEGEN_IMAGE }}