Skip to content

Commit

Permalink
build(ci): export and upload the image
Browse files Browse the repository at this point in the history
  • Loading branch information
mogeko committed Nov 20, 2024
1 parent a5bacb5 commit 5479ea6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ jobs:
podman run -d --name vlmcsd localhost/vlmcsd:latest
podman exec vlmcsd /usr/bin/vlmcs 0.0.0.0:1688
podman rm -f vlmcsd
- run: podman save localhost/vlmcsd:latest > vlmcsd.tar
- uses: actions/[email protected]
with:
path: ./vlmcsd.tar

0 comments on commit 5479ea6

Please sign in to comment.