Skip to content

Commit

Permalink
use the right shim name
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Jan 25, 2024
1 parent a6e1e01 commit 3759cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
cd _dist
cosign sign-blob --yes \
--output-certificate containerd-shim-${{ needs.parse.outputs.runtime }}-${{ matrix.shims.version }}-crt.pem \
--output-signature containerd-shim-${{ needs.parse.outputs.runtime }}-${{ matrix.shims.version }}.sig \
containerd-shim-${{ needs.parse.outputs.runtime }}-${{ matrix.shims.version }}
--output-certificate containerd-shim-${{ matrix.shims.name }}-${{ matrix.shims.version }}-crt.pem \
--output-signature containerd-shim-${{ matrix.shims.name }}-${{ matrix.shims.version }}.sig \
containerd-shim-${{ matrix.shims.name }}-${{ matrix.shims.version }}
- name: lowercase the runner OS name
shell: bash
run: |
Expand Down

0 comments on commit 3759cef

Please sign in to comment.