1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-27 05:28:35 +03:00

[build] diff container approach

This commit is contained in:
Tim Stack 2023-06-12 05:59:05 -07:00
parent aa8f152c5b
commit 3744923604

View File

@ -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