mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[build] diff container approach
This commit is contained in:
parent
aa8f152c5b
commit
3744923604
8
.github/workflows/bins.yml
vendored
8
.github/workflows/bins.yml
vendored
@ -10,10 +10,8 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: tstack/lnav-build:1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: make
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: tstack/lnav-build:1
|
||||
run: /entrypoint.sh
|
||||
run: /entrypoint.sh
|
||||
|
Loading…
Reference in New Issue
Block a user