Skip to content

Commit

Permalink
quick fix: actions cp/paste error (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: sallyom <[email protected]>
  • Loading branch information
sallyom authored Feb 19, 2024
1 parent a1ee3db commit c52d118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c52d118

Please sign in to comment.