diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 91daa2a..cec28ad 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -26,3 +26,16 @@ jobs: uses: ./ with: 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 }}