Try running a container-based demo as well

This commit is contained in:
Matthias Pigulla 2021-02-12 17:56:37 +00:00
parent e20d8b470b
commit 60ca2a5b53

View file

@ -26,3 +26,16 @@ jobs:
uses: ./ uses: ./
with: with:
ssh-private-key: ${{ secrets.DEMO_KEY }} ssh-private-key: ${{ secrets.DEMO_KEY }}
docker_demo:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Setup key
uses: ./
with:
ssh-private-key: |
${{ secrets.DEMO_KEY }}
${{ secrets.DEMO_KEY_2 }}