Skip to content

Commit

Permalink
fix(action): Commit container as image with buildah
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 31, 2023
1 parent cc9272e commit d931ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ runs:
run: |
CONTAINER_ID=$(podman run -d ${{ inputs.image }})
podman exec -e PRIVKEY=${{ inputs.privkey }} -e PUBKEY=${{ inputs.pubkey }} -w $PWD $CONTAINER_ID ./sign-kernel.sh
buildah commit $CONTAINER_ID ${{ inputs.image }}

0 comments on commit d931ce8

Please sign in to comment.