Trying docker

This commit is contained in:
alesapin 2021-09-10 12:33:41 +03:00
parent ae5ee23c83
commit 9dc7e00c2e

View File

@ -13,6 +13,7 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by me!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: docker run hello-world
- name: Check out repository code
uses: actions/checkout@v2
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."